home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PASLIST.ZIP / PASLIST.DOC < prev    next >
Encoding:
Text File  |  1980-01-01  |  1.3 KB  |  24 lines

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