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

5 lines
70 B
Plaintext

PROCEDURE Foo() RAISES { EndOfFile } =
...
RAISE EndOfFile;
...