finote5b.gml

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

GML
10
字号
CHAR returns the character in the i'th position of the processor
collating sequence.
The first character in the collating sequence is in position 0 and the
last character of the collating sequence is in position n&minus.1
where n is the number of characters in the collating sequence.
The value of CHAR(I) is of type CHARACTER of length one.
The argument I must be in the range 0 <= I <= n&minus.1.
.np
ICHAR is the inverse of CHAR.

⌨️ 快捷键说明

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