Rexx - 版本命令


该命令用于返回当前使用的 NetRexx 版本。

句法

version

参数

没有任何

返回值

当前使用的 NetRexx 版本。

例子

/* Main program */ 
say version

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

输出

NetRexx 3.04 01 Jul 2015 
rexx_netrexx.htm