mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Argument lists.
This commit is contained in:
@ -5,4 +5,4 @@ class Foo { // line comment
|
||||
}
|
||||
var a = Foo.new
|
||||
a.bar
|
||||
"a string"
|
||||
"something".contains("meth")
|
||||
|
||||
Reference in New Issue
Block a user