home *** CD-ROM | disk | FTP | other *** search
- "Programming Custom Exit Procedures" -- Tom Swan
- Turbo Pascal 4.0 allows each unit used by a program to execute
- a "cleanup" procedure after the main program block has finished
- executing. These exit procedures may handle runtime errors.
- The author explains how Turbo Pascal's exit procedure chaining
- operates, and provides several examples of exit procedures in
- different applications.
-
- Turbo Pascal 4.0 exit procedures runtime error handlers units