Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/exception.fy
  2. Hola
  3. Hello
  4. Adios
  5. vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/finally.fy
  6. Hello
  7. World
  8. vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/nested_try.fy
  9. Propagated exception
  10. vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/rerise.fy
  11. Propagated exception
  12. vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/empty_catch.fy
  13. Empty catch
Add Comment
Please, Sign In to add comment