home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 03 / exit / extprc.cis < prev    next >
Encoding:
Text File  |  1987-10-21  |  457 b   |  9 lines

  1. "Programming Custom Exit Procedures" -- Tom Swan
  2. Turbo Pascal 4.0 allows each unit used by a program to execute
  3. a "cleanup" procedure after the main program block has finished
  4. executing.  These exit procedures may handle runtime errors.
  5. The author explains how Turbo Pascal's exit procedure chaining
  6. operates, and provides several examples of exit procedures in
  7. different applications.
  8.  
  9. Turbo Pascal 4.0 exit procedures runtime error handlers units