l6.1b

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

1B
38
字号
#printThere is one other thing you have to do beforeyou can use a character as a delimiter - youhave to tell neqn that you are going to.To do this, as the very first thing in yourinput you must put these three lines:.EQdelim $$.EN(If you like, other characters than $ can be used,but we will stick to dollar signs here.)Until you do this, $ signs have no specialsignificance to neqn.Modify the file "Example" by adding the "delim"lines to the beginning, and check that $ signs arenow significant.  Type "ready" when you are done.#once #create Ref.EQdelim $$.EN.LPNow is the $times$ for all good $mu$ $epsilon$ $nu$to come to the aid of their party..pl 1#once #create Example.LPNow is the $times$ for all good $mu$ $epsilon$ $nu$to come to the aid of their party..pl 1#user#cmp Ref Example#log#next6.1c 10

⌨️ 快捷键说明

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