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