home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / source / docs / refex / ex55.pp < prev    next >
Encoding:
Text File  |  2000-01-01  |  153 b   |  9 lines

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