Skip to content

Instantly share code, notes, and snippets.

@vito
Created January 15, 2011 09:03
Show Gist options
  • Save vito/780794 to your computer and use it in GitHub Desktop.
Save vito/780794 to your computer and use it in GitHub Desktop.
[0]> { a = 1
.... @(a: a) print
.... a + 1
.... } call
@(a: 1)
2
[1]> 1 +
.... 2
3
[2]>
[3]>
[4]>
[5]>
[6]>
[7]>
[8]>
[9]>
[10]> { a = 1
..... a + 1
..... } call
2
[11]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment