6 lines
53 B
Text
6 lines
53 B
Text
|
|
TRY
|
||
|
|
Foo();
|
||
|
|
EXCEPT
|
||
|
|
| EndOfFile => HandleFoo();
|
||
|
|
END;
|