Files
wren/test/semicolon.wren
T

2 lines
40 B
Plaintext
Raw Normal View History

var a = "ok"; io.write(a) // expect: ok