summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex55.pp
blob: 88ade9b64c1d8cfa443277b3f20b79bd4b3f8130 (plain)
1
2
3
4
5
6
7
8
Program Example55;

{ Program to demonstrate the RunError function. }

begin
  { The program will stop end emit a run-error 106 }
  RunError (106);
end.