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