?? sprogram.gml
字號:
.section PROGRAM Statement
.*
.mbox begin
PROGRAM pgm
.mbox end
.synote 5
.mnote pgm
is the symbolic name of the main program.
.endnote
.np
A
.kw PROGRAM
statement is optional in an executable program.
If it does appear, it must be the first statement in the main program.
.exam begin
PROGRAM CALC
.
.
.
CALL COMPUTE
.
.
.
END
.exam end
.np
The main program can contain any &product statement except a
.kw FUNCTION,
.kw SUBROUTINE,
.kw BLOCK DATA,
.kw RETURN
or
.kw ENTRY
statement.
Note that a
.kw SAVE
statement is allowed but has no effect in the main program.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -