Add IO class.

With io.write(), can start writing tests now.
This commit is contained in:
Bob Nystrom
2013-10-27 22:45:40 -07:00
parent ca445412b8
commit 95fb0863d9
7 changed files with 228 additions and 45 deletions

View File

@ -6,3 +6,4 @@ class Foo { // line comment
var a = Foo.new
a.bar
"something".contains("meth")
io.write("hey there")