Files
wren/test/string/count.wren
2013-11-26 22:52:00 -08:00

3 lines
74 B
Plaintext

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