Files
wren/test/string_count.wren
2013-10-28 06:53:51 -07:00

3 lines
74 B
Plaintext

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