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