Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created July 20, 2013 14:39
Show Gist options
  • Save glynrob/6045277 to your computer and use it in GitHub Desktop.
Save glynrob/6045277 to your computer and use it in GitHub Desktop.
race = (winner, runners...) ->
alert "The winner is: #{winner}. Others that ran were: #{runners}"
race ["Adam","Mark","Luke","John"]...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment