1
0
forked from Mirror/wren

Make blocks callable.

This commit is contained in:
Bob Nystrom
2013-10-24 13:01:24 -07:00
parent 911f586e7b
commit 2f930f727e
5 changed files with 66 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
123
var a = {
var b = 234
3
b
}
var a = 123
var b = 345
a
a.call