1
0
forked from Mirror/wren

Method calls.

This commit is contained in:
Bob Nystrom
2013-10-24 21:32:17 -07:00
parent 2f930f727e
commit 32f8c412c7
4 changed files with 139 additions and 23 deletions

View File

@ -1,6 +1,7 @@
var a = {
var b = 234
3
b
class Foo {
bar {
123
}
}
a.call
var a = Foo.new
a.bar