RosettaCodeData/Task/Exceptions/Seed7/exceptions-1.seed7
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

4 lines
67 B
Text

const proc: foo is func
begin
raise RANGE_ERROR;
end func;