home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / pascal / how / how_pc next >
Encoding:
Text File  |  1991-04-12  |  532 b   |  12 lines

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