Skip to content

Instantly share code, notes, and snippets.

@Josema
Created April 29, 2015 07:25
Show Gist options
  • Save Josema/577ebb92b9098732ac71 to your computer and use it in GitHub Desktop.
Save Josema/577ebb92b9098732ac71 to your computer and use it in GitHub Desktop.
bar = 1
fun = () ->
bar = 2
bar*2
fun() # 4
bar*2 # 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment