RosettaCodeData/Task/Exceptions/MOO/exceptions-2.moo

6 lines
55 B
Plaintext

try
this:foo();
except e (ANY)
this:bar(e);
endtry