date and time created 81/03/02 17:23:18 by wnj
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1981 09:23:18 +0000 (01:23 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1981 09:23:18 +0000 (01:23 -0800)
SCCS-vsn: usr.bin/pascal/how/how_pi 1.1

usr/src/usr.bin/pascal/how/how_pi [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/how/how_pi b/usr/src/usr.bin/pascal/how/how_pi
new file mode 100644 (file)
index 0000000..1932b6d
--- /dev/null
@@ -0,0 +1,14 @@
+@(#)how_pi     1.1 (Berkeley) %G%
+To translate a program using pi, place the source in a file whose name ends
+in the characters ".p", i.e. "prog.p".  The command
+       pi prog.p
+will translate the program into interpreter code which will be left in the
+file "obj" in the current directory.  This code can be executed by typing
+       obj
+or
+       px
+The program "pix" can be used for load and go Pascal.
+The complete command line syntax for pi is
+       pi [ -blnpstuw ] [ -i file ... ] name.p
+The command "man pi" will give information as to the options of pi.
+Refer to the UNIX Pascal User's Manual for more details.