Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created February 5, 2011 15:59
Show Gist options
  • Select an option

  • Save tanepiper/812543 to your computer and use it in GitHub Desktop.

Select an option

Save tanepiper/812543 to your computer and use it in GitHub Desktop.
nodemodules@mercury:~/build/node-v0.3.8$ coffee
coffee> names = ['John', 'Sally']
John,Sally
coffee> ("Hi #{name}" for name in names)
Hi Sally
coffee>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment