📄 sendbloc.gml
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -