lnkvalue.gml

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

GML
23
字号
.*
.*
.mnote n
represents a value.
The complete form of
.sy n
is the following.
.millust begin
[0x]d{d}[k|m]
.millust end
.pc
.sy d
represents a decimal digit.
If
.sy 0x
is specified, the string of digits represents a hexadecimal number.
If
.sy k
is specified, the value is multiplied by 1024.
If
.sy m
is specified, the value is multiplied by 1024*1024.

⌨️ 快捷键说明

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