- Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
2 lines
39 B
Plaintext
2 lines
39 B
Plaintext
IO.print("ok") // expect: ok
|
|
// comment |