Files
wren/test/semicolon.wren
T

2 lines
40 B
Plaintext
Raw Normal View History

2013-12-04 19:12:21 -08:00
var a = "ok"; io.write(a) // expect: ok