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

📄 sendif.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
字号:
.section END IF Statement
.*
.mbox begin
      END IF
.mbox end
.np
The
.kw END IF
statement is used in conjunction with the block
.kw IF
statement.
The
.kw END IF
statement marks the end of a sequence of statements which are to be
conditionally executed.
.exam begin
      IF( X .LT. 100.0 )THEN
          PRINT *, 'X IS LESS THAN 100'
      END IF
.exam end
.pc
The
.kw END IF
statement can also be used in conjunction with the
.kw ELSE
and
.kw ELSE IF
statements.
For more information, see the chapter entitled :HDREF refid='fstruct'..

⌨️ 快捷键说明

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