mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
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