Skip to content

Instantly share code, notes, and snippets.

@vic
Created October 20, 2010 13:15
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 vic/636379 to your computer and use it in GitHub Desktop.
Save vic/636379 to your computer and use it in GitHub Desktop.
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/exception.fy
Hola
Hello
Adios
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/finally.fy
Hello
World
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/nested_try.fy
Propagated exception
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/rerise.fy
Propagated exception
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/empty_catch.fy
Empty catch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment