ipword.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 20 行

GML
20
字号
:P.
Note that the
:MONO.iword
and
:MONO.pword
public member functions return references to the same storage with a
different type. Therefore, each
:ARG.index
obtained from the
:MONO.xalloc
static member function can be used only for an integer or a pointer, not both.
:P.
Since the &fn. returns a reference and the &cls. cannot predict how many such
items will be required by a program, it should be assumed that each call to
the
:MONO.xalloc
static member function invalidates all previous references returned by the
&fn.:PERIOD.
Therefore, the &fn. should be called each time the reference is needed.

⌨️ 快捷键说明

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