Skip to content

Instantly share code, notes, and snippets.

@fuse
Created August 2, 2011 10:01
Show Gist options
  • Save fuse/1119929 to your computer and use it in GitHub Desktop.
Save fuse/1119929 to your computer and use it in GitHub Desktop.
helloWorld = (street = "Lille") -> console.log "Hello world from #{street}."
helloWorld()
# Hello world from Lille.
helloWorld("Paris")
# Hello world from Paris.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment