Files
wren/test/string/literals.wren
T

3 lines
75 B
Plaintext
Raw Normal View History

2013-10-28 06:45:19 -07:00
io.write("".count) // expect: 0
io.write("a string") // expect: a string