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