2
0

ex55.pp 153 B

12345678
  1. Program Example55;
  2. { Program to demonstrate the RunError function. }
  3. begin
  4. { The program will stop end emit a run-error 106 }
  5. RunError (106);
  6. end.