forked from Mirror/wren
3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
io.write("".count) // expect: 0
|
|
io.write("a string".count) // expect: 8
|