1
0
forked from Mirror/wren
Files
wren/test/string/literals.wren
2013-11-26 22:52:00 -08:00

3 lines
75 B
Plaintext

io.write("".count) // expect: 0
io.write("a string") // expect: a string