Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created August 31, 2008 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vangberg/8157 to your computer and use it in GitHub Desktop.
Save vangberg/8157 to your computer and use it in GitHub Desktop.
incoming do
#jump to another context
+another_context
play "hello-world"
end
another_context do
play "foo"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment