⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sprogram.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 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 + -