Rexx - 数字 命令


该命令用于显示数字值的当前值。

句法

digits 

参数

没有任何

返回值

数字变量的当前值作为字符串。

例子

/* Main program */ 
say digits 

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

输出

9
rexx_netrexx.htm