5 lines
64 B
Text
5 lines
64 B
Text
TRY
|
|
Foo();
|
|
FINALLY
|
|
CleanupFoo(); (* always executed *)
|
|
END;
|