No longer allow a local variable to be used as a function during dot notation sugar lookup. It's far less confusing this way

This commit is contained in:
Jason Turner
2010-01-27 03:54:42 +00:00
parent d8213a4206
commit faaa964565
3 changed files with 8 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
var addit = fun(x, y) { return x+y }
print(3.addit(4))

View File

@@ -1 +0,0 @@
7