目录

nop

该功能意味着不执行任何操作。 此命令通常用于if statements

语法 (Syntax)

nop

参数 (Parameters)

没有

返回值 (Return Value)

没有

例子 (Example)

/* Main program */ 
options arexx_bifs 
status = 'Yes' 
if status = 'YES' 
   then nop 

输出 (Output)

当我们运行上述程序时, no result返回no result

↑回到顶部↑
WIKI教程 @2018