removing arguments as a keyword -- we can detect its use at code-generation time.

This commit is contained in:
Jeremy Ashkenas
2010-02-05 22:01:11 -05:00
parent dc7d0f1568
commit b795ae7fe1
6 changed files with 1385 additions and 1400 deletions

View File

@@ -30,3 +30,8 @@ func: ->
arguments
print func(100) is 25
# Arguments can be accessed as a property.
this.arguments: 10
print @arguments is 10