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

6 lines
64 B
Plaintext

TRY
Foo();
FINALLY
CleanupFoo(); (* always executed *)
END;