Files
wren/test/string/count.wren
2013-12-21 19:25:09 -08:00

3 lines
74 B
Plaintext

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