Clean up text handling a bit:
- Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
write { IO.write(_field) }
|
||||
write { IO.print(_field) }
|
||||
}
|
||||
|
||||
(new Foo).write // expect: null
|
||||
|
||||
Reference in New Issue
Block a user