RosettaCodeData/Task/Exceptions/Elena/exceptions-4.elena

5 lines
58 B
Plaintext

o.foo() | on:(e)
{
// handle any type of exception
};