RosettaCodeData/Task/Exceptions/Seed7/exceptions-1.seed7

5 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
const proc: foo is func
begin
raise RANGE_ERROR;
end func;