home *** CD-ROM | disk | FTP | other *** search
- PASLIST (tm) by John B. Adams, Jr. (C) Copyright 1986 All Rights Reserved
- -------------------------------------------------------------------------------
-
- PASLIST is a program to list a PASCAL SOURCE PROGRAM or ASCII TEXT FILE to
- either the screen or to a printer. It has the option to indicate the extents of
- a PASCAL program's BEGIN/END, RECORD/END, and CASE/END pairs, as well as
- REPEAT/UNTIL pairs. It also includes several basic dot-matrix printer commands
- to set the typestyle to either PICA or COMPRESSED and to set the line spacing
- to either 6 or 8 lines per inch.
-
- The following are the program's function key assignment:
-
- F1 - LIST TO SCREEN........View file Page by Page on the Screen
- F2 - LIST TO PRINTER.......Print file to printer
- F3 - PICA TYPE.............Set typestyle to Pica
- F4 - COMPRESSED TYPE.......Set typestyle to Compressed
- F5 - SHOW BEGIN/END PAIRS..Indicate extents of reserved word pairs (+---+)
- F6 - SKIP PERFORATIONS.....Skip printer paper perforations
- F7 - 6 LINES PER INCH......Print file at 6 lines per inch
- F8 - 8 LINES PER INCH......Print file at 8 lines per inch
- F9 - SELECT NEW FILE.......Input new path/file name to list
- F0 - EXIT PROGRAM..........Terminate program execution
-
- USAGE: PASLIST (filename) where filename is optional