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