opmultil.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 16 行
GML
16 行
.*
.*
.option MULTILOAD
.*
.np
The "MULTILOAD" option specifies that the module can be loaded more
than once by a "load" command.
The format of the "MULTILOAD" option (short form "MULTIL") is as
follows.
.mbigbox
OPTION MULTILOAD
.embigbox
.np
If the "MULTILOAD" option is not specified, it will not be possible to
load the module more than once using the "load" command.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?