1
0
forked from Mirror/wren
Files
wren/test/core/string/subscript_not_num.wren

3 lines
85 B
Plaintext
Raw Normal View History

var a = "123"
2015-01-16 23:20:56 -08:00
a["2"] // expect runtime error: Subscript must be a number or a range.