Rexx - 解释器



解释或执行已定义的指令。

语法

Interpret command 

参数

  • command − 发送到interpret指令的命令。

返回值

返回发送到interpret指令的命令的输出。

示例

/* Main program */ 
options arexx_bifs interpret 
say 'Hello'

运行以上程序后,我们将得到以下结果。

输出

Hello
rexx_instructions.htm
广告