5 lines
70 B
Text
5 lines
70 B
Text
|
|
PROCEDURE Foo() RAISES { EndOfFile } =
|
||
|
|
...
|
||
|
|
RAISE EndOfFile;
|
||
|
|
...
|