change over to new error message format
[unix-history] / usr / src / usr.bin / pascal / how / how_pi
CommitLineData
0aa9a945
BJ
1@(#)how_pi 1.1 (Berkeley) %G%
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.