l5.1c

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1C 代码 · 共 41 行

1C
41
字号
#once #create message.ND.EQdelim $$.EN.LPBraces are an exceedingly useful construction.Wherever you have a place where you could have useda single thing like the letter "x", you can plug inanything in braces, and the whole thing willbe positioned properly.  You can use braces with sub and supand over, and all the other magic words wehaven't seen yet.First let's use braces with "over".Modify "Example" to produce this output, thentype "ready".(Recall that $partial$ is called "partial".).pl 1#once #create Ref.LP.EQ{partial y} over {partial x} ~=~ alpha over {alpha +1}.EN.pl 1#once #create Example.LP.EQreplace me.EN.pl 1##once neqn Ref | nroff >X1 &#once neqn message Ref | nroff -T$term %s/tinyms -#userneqn Example | nroff >X2#cmp X1 X2#log#next5.1d 10

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?