forked from Mirror/wren
Add IO class.
With io.write(), can start writing tests now.
This commit is contained in:
@ -6,3 +6,4 @@ class Foo { // line comment
|
||||
var a = Foo.new
|
||||
a.bar
|
||||
"something".contains("meth")
|
||||
io.write("hey there")
|
||||
|
||||
Reference in New Issue
Block a user