目录

interpret

解释或执行定义的指令。

语法 (Syntax)

Interpret command 

参数 (Parameters)

  • command - 发送到解释指令的命令。

返回值 (Return Value)

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

例子 (Example)

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

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

输出 (Output)

Hello
↑回到顶部↑
WIKI教程 @2018