String literals and objects.

This commit is contained in:
Bob Nystrom
2013-10-25 20:40:24 -07:00
parent 8afaa51e92
commit f867bb8348
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ class Foo { // line comment
}
var a = Foo.new
a.bar
"a string"