forked from Mirror/wren
- Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
2 lines
31 B
Plaintext
2 lines
31 B
Plaintext
IO.print(null) // expect: null
|