📄 how_pi
字号:
@(#)how_pi 1.1 (Berkeley) 3/2/81To translate a program using pi, place the source in a file whose name endsin the characters ".p", i.e. "prog.p". The command pi prog.pwill translate the program into interpreter code which will be left in thefile "obj" in the current directory. This code can be executed by typing objor pxThe program "pix" can be used for load and go Pascal.The complete command line syntax for pi is pi [ -blnpstuw ] [ -i file ... ] name.pThe command "man pi" will give information as to the options of pi.Refer to the UNIX Pascal User's Manual for more details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -