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

📄 spause.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
字号:
.section PAUSE Statement
.*
.mbox begin
      PAUSE [n]
.mbox end
.synote
.mnote n
is a character constant or an unsigned integer constant of
no more than five digits.
.np
.xt begin
&product allows
.id n
to be any unsigned integer constant.
.xt end
.endnote
.np
Execution of a
.kw PAUSE
statement causes a cessation of execution of the program.
Execution of the program may be resumed by the program operator
by pressing the terminal line entering key (e.g., ENTER or
RETURN).
The
.kw PAUSE
statement may appear in any program unit.
.np
If the &product debugger was requested then execution of the
.kw PAUSE
statement will cause entry into the debugger.
Program execution may be resumed by issuing the debugger "go"
command.
.exam begin
      PAUSE 4341
.exam end
.pc
The four digit number
.mono 4341
is displayed on the terminal.
The program temporarily ceases execution.
Execution is resumed by pressing the terminal line entering key.
.exam begin
      PAUSE 'Ready the paper and then resume execution'
.exam end
.pc
The character string
.millust Ready the paper and then resume execution
is displayed on the terminal.
Execution of the program may be resumed.

⌨️ 快捷键说明

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