how_pc
来自「早期freebsd实现」· 代码 · 共 12 行
TXT
12 行
@(#)how_pc 1.1 (Berkeley) 3/2/81To translate a program using pc, place the source in a file whose name endsin the characters ".p", e.g. "prog.p". The command pc prog.pwill translate the program, leaving an executable program in the file a.outin the current directory. This code can be executed by typing a.outThe complete command line syntax for pc is pc [ option ] [ -i file ... ] name.p ...The command "man pc" will give information as to the options of pc.Refer to the Berkeley Pascal User's Manual for more details.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?