xref: /original-bsd/usr.bin/pascal/how/how_pi (revision 0b685140)
1@(#)how_pi	1.1 (Berkeley) 03/02/81
2To translate a program using pi, place the source in a file whose name ends
3in the characters ".p", i.e. "prog.p".  The command
4	pi prog.p
5will translate the program into interpreter code which will be left in the
6file "obj" in the current directory.  This code can be executed by typing
7	obj
8or
9	px
10The program "pix" can be used for load and go Pascal.
11The complete command line syntax for pi is
12	pi [ -blnpstuw ] [ -i file ... ] name.p
13The command "man pi" will give information as to the options of pi.
14Refer to the UNIX Pascal User's Manual for more details.
15