Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Forked from micahrj/gist:449212
Created June 22, 2010 22:36
Show Gist options
  • Save ELLIOTTCABLE/449213 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/449213 to your computer and use it in GitHub Desktop.
“Either:”
test ↼ { @ fork; print("hi."); print(@); print("hi again."); }
a ↼ b each
test(a)
“Or:”
test ↼ { print("hi.", @, "hi again."); }
a ↼ b each
test(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment