sinclude.gml

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

GML
19
字号
.section INCLUDE Statement
.*
.mext begin
      INCLUDE 'inc_spec'
.mext end
.synote 10
.mnote inc_spec
is an include specification.
You should refer to the compiler's User's Guide for a detailed
description of an include specification and include file processing.
.endnote
.exam begin
      INCLUDE 'GBLDEFS'
          .
          .
          .
      END
.exam end

⌨️ 快捷键说明

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