l5.1e
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1E 代码 · 共 41 行
1E
41 行
#printOnce you start using braces, there are a number ofmistakes that you can make. For example, you canleave a brace out, or you can get them out of order(Like } xxx { ), or you can get them in illegal places.For all of these, neqn tells you "syntax error",then tries to say what file and line numbers areinvolved.The line numbers are often not exact, butthey are very close. When you get such a message,print a line or two before and after the linenumbers named in the syntax error message.The file "Example" contains a syntax error.What line does neqn believe it begins on?Type "answer N", where N is the line number.#once #create Example.LP.EQ 3e sup -x sup 2 + e sup -x sub i sup 2 + e sup{-x sub i}sup 2.EN.EQ 4 e sup{-{x sub i sup 2 + y sub i sup 2}over 2}= e sup{- x over y}.EN.EQ 5a over b = c over d = A over B times C over D.EN.EQ 8B sub a sub 2 +B sub a sup 2 +B{ sub a}sup 2 + (B sub a ) sup 2 + (B sup 2 ) sub a+B sup 2 sup x.EN#copyin#user#uncopyin#match 13#log#next5.1f 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?