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