5 lines
67 B
Text
5 lines
67 B
Text
|
|
const proc: foo is func
|
||
|
|
begin
|
||
|
|
raise RANGE_ERROR;
|
||
|
|
end func;
|