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

5 lines
67 B
Plaintext

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