Files
wren/test/string/subscript_not_num.wren
T

3 lines
85 B
Plaintext
Raw Normal View History

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