l2.1b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1B 代码 · 共 51 行
1B
51 行
#printSince spaces are thrown away, what do you do whenyou want spaces? The answer is that you have to ask forthem explicitly.If you type a "~" (tilde) it will be replaced by a spaceon output; use one tilde for each space.Thus to geta + byou need.EQa~+~b.ENModify the equation in file "Example" so there is one spacearound each of the operators =, + and -, so it looks likea = b + c - dPrint it with neqn and nroff -ms to verify it.Type "ready" when done.#once #create Ref.PPYou probably thought you were done with this ridiculousexample of just.EQa ~=~b ~+~ c~-~d.ENSorry, but you will probably even see it again..pl 1#once neqn Ref | nroff >X1 &#once #create Example.PPYou probably thought you were done with this ridiculousexample of just.EQa =b + c-d.ENSorry, but you will probably even see it again..pl 1#userneqn Example | nroff >X2#cmp X1 X2#log#next2.1c 102.2b 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?