.NET
structpr.asc
Associated article: Structured Programming
Tags: .NET
_STRUCTURED PROGRAMMING COLUMN_
by Jeff Duntemann
[LISTING ONE]
{--------------------------------------------------------------}
{ JLIST10 }
{ Multifile source code lister with 8-char tab expansion }
{ by Jeff Duntemann }
{ Turbo Pascal V6.0 }
{ Last update 1/1/92 }
{--------------------------------------------------------------}
PROGRAM JList10;
USES DOS,CRT,Printer, { Standard Borland units }
DirList, { From DDJ for 4/92 }
...


