Argument lists.

This commit is contained in:
Bob Nystrom
2013-10-26 16:01:44 -07:00
parent d9a4da94a3
commit b9baf46e9a
4 changed files with 85 additions and 35 deletions

View File

@ -5,4 +5,4 @@ class Foo { // line comment
}
var a = Foo.new
a.bar
"a string"
"something".contains("meth")