mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
- Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
IO.print("no")
|
|
// Something that's not a valid character:
|
|
^ // expect error
|