Rexx - nop



此函数的功能是不执行任何操作。此命令通常用于if 语句中。

语法

nop

参数

返回值

示例

/* Main program */ 
options arexx_bifs 
status = 'Yes' 

if status = 'YES' 
   then nop 

输出

当我们运行以上程序时将不返回任何结果

rexx_instructions.htm
广告