Design
porter.lst
Associated article: Structured Programming
Tags: Design
_Structured Programming Column_
by Kent Porter
Listing One
Unit criterr;
{ Critical error handler, Turbo Pascal Release 4.0 }
Interface
Uses dos, crt;
{ EXTERNALLY VISIBLE PORTION }
{ The following are for saving and restoring the screen, }
{ which is assumed to be in text mode ...


