mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
removing arguments as a keyword -- we can detect its use at code-generation time.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user