fpc/docs/refex/ex55.pp
1998-03-25 11:26:49 +00:00

9 lines
153 B
ObjectPascal

Program Example55;
{ Program to demonstrate the RunError function. }
begin
{ The program will stop end emit a run-error 106 }
RunError (106);
end.