home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / pascal / how_pi < prev    next >
Text File  |  1980-02-17  |  563b  |  14 lines

  1. To translate a program using pi, place the source in a file whose name ends
  2. in the characters ".p", i.e. "prog.p".  The command
  3.     pi prog.p
  4. will translate the program into interpreter code which will be left in the
  5. file "obj" in the current directory.  This code can be executed by typing
  6.     obj
  7. or
  8.     px
  9. The program "pix" can be used for load and go Pascal.
  10. The complete command line syntax for pi is
  11.     pi [ -blnpstuw ] [ -i file ... ] name.p
  12. The command "man pi" will give information as to the options of pi.
  13. Refer to the UNIX Pascal User's Manual for more details.
  14.