mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
trying out new arrows for function literals -> is a function, => is a bound function
This commit is contained in:
@@ -26,7 +26,7 @@ print z is null and x is "EX"
|
||||
# Only evaluate once.
|
||||
|
||||
counter: 0
|
||||
get_next_node: =>
|
||||
get_next_node: ->
|
||||
throw "up" if counter
|
||||
counter++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user