Skip to content

Instantly share code, notes, and snippets.

@shugo
Created December 2, 2011 14:31
Show Gist options
  • Save shugo/1423422 to your computer and use it in GitHub Desktop.
Save shugo/1423422 to your computer and use it in GitHub Desktop.
js> function foo (x) {
> function bar () {
> print(x)
> }
> bar()
> }
js> foo(1)
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment