home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol081 / pretty.sub < prev    next >
Encoding:
Text File  |  1984-04-29  |  162 b   |  9 lines

  1. ; Pretty print a Pascal program
  2. ; The parameter must be the name of a Pascal source file
  3. PP $1
  4. XREF $1
  5. PRINT $1.ppp n4
  6. PRINT $1.xrt
  7. ERA $1.ppp
  8. ERA $1.xrt
  9.