RosettaCodeData/Task/Exceptions/Modula-3/exceptions-3.mod3

6 lines
53 B
Plaintext

TRY
Foo();
EXCEPT
| EndOfFile => HandleFoo();
END;