📄 how_pix
字号:
@(#)how_pix 1.1 (Berkeley) 3/2/81To translate and execute a program with pix, place the source in a filewhose name ends in the characters ".p", i.e. "prog.p". The command pix prog.pwill translate the program into interpreter code which will be then be executedIf there are compilation errors `E', then execution will be suppressed.To create a permanent "obj" file which you can interpret, use "pi".Type "pi" for basic information on pi.The complete command line syntax for pix is pix [ -blnpstuw ] [ -i file ... ] name.p [ arg ... ]Here the trailing arguments are passed to your Pascal program.This command is equivalent to pi [ -blnpstuw ] [ -i file ... ] name.pand then px scratch [ arg ... ]where scratch is a temporary file which is then removed.The command "man pi" will give information as to the options of pix.Refer to the UNIX Pascal User's Manual for more details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -