Skip to content

Instantly share code, notes, and snippets.

@vito
Created November 20, 2010 03:05
Show Gist options
  • Save vito/707572 to your computer and use it in GitHub Desktop.
Save vito/707572 to your computer and use it in GitHub Desktop.
[0]> for-macro 1 print
1
@ok
[0]> { for-macro 1 print }
1
1
{ for-macro 1 print }
[0]> { { for-macro 1 print } }
1
1
1
1
1
1
{ { for-macro 1 print } }
[0]> { { { for-macro 1 print } } }
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
{ { { for-macro 1 print } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment