rferrp.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 22 行
GML
22 行
:P.
Some error messages are 'continued' by other messages.
The ZZ error class contains the continuation messages, with
references to them noted after the text of the starting error message.
:P.
A number of special symbols are used to insert information known only
when the error occurs.
The are:
:DL compact.
:DT.%s
:DD.a text string replaces the %s
:DT.%d
:DD.a number replaces the %n
:DT.%n
:DD.a new line is started on the screen
:DT.%t
:DD.a tab to the screen position indicated by the number following the
%t (zero(0) means the number is supplied when the error occurs)
:eDL.
:P.
The error messages are:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?