forked from Mirror/wren
2 lines
40 B
Plaintext
2 lines
40 B
Plaintext
var a = "ok"; IO.write(a) // expect: ok
|