sendbloc.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 26 行
GML
26 行
.section END BLOCK Statement
.*
.mext begin
END BLOCK
.mext end
.np
The
.kw END BLOCK
statement is used to terminate a REMOTE-block.
The
.kw END BLOCK
statement is implicitly a transfer statement, since it returns
program control from a REMOTE-block.
.exam begin
REMOTE BLOCK A
I=I+1
PRINT *, 'I=',I
END BLOCK
.exam end
.np
For more information, see the description of the
.kw EXECUTE
and
.kw REMOTE BLOCK
statements or the chapter entitled :HDREF refid='fstruct'..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?