Rexx - 拉取



这用于从堆栈或默认流中拉取输入。

语法

Pull variable 

参数

  • 变量 - 输入值将被赋值到的变量。

返回值

示例

/* Main program */ 
options arexx_bifs 
pull input 
say input 

输出

运行上述程序时,需要输入一些内容。如果输入值为“Tutorial”,程序将返回“TUTORIAL”。

rexx_instructions.htm
广告