jashkenas--coffeescript/documentation/coffee/arguments.coffee

4 lines
79 B
CoffeeScript

backwards: ->
alert arguments.reverse()
backwards "stairway", "to", "heaven"