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

3 lines
74 B
Plaintext
Raw Normal View History

var a = "123"
a["2"] // expect runtime error: Subscript must be a number.