xref: /original-bsd/usr.bin/pascal/how/how_pc (revision 7e7b101a)
1@(#)how_pc	1.1 (Berkeley) 03/02/81
2To translate a program using pc, place the source in a file whose name ends
3in the characters ".p", e.g. "prog.p".  The command
4	pc prog.p
5will translate the program, leaving an executable program in the file a.out
6in the current directory.  This code can be executed by typing
7	a.out
8The complete command line syntax for pc is
9	pc [ option ] [ -i file ... ] name.p ...
10The command "man pc" will give information as to the options of pc.
11Refer to the Berkeley Pascal User's Manual for more details.
12