Skip to content

Instantly share code, notes, and snippets.

@lennonjesus
Created August 10, 2011 19:45
Show Gist options
  • Save lennonjesus/1137940 to your computer and use it in GitHub Desktop.
Save lennonjesus/1137940 to your computer and use it in GitHub Desktop.
nome = 'Lennon'
if nome == 'Lennon'
alert "Hello Lennon!"
else
alert "Hello CoffeeScript!"
#cubes = (math.cube num for num in list)
clos = (alert "TEST")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment