Rexx - digits Command



This command is used to display the current value of the digits’ value.

Syntax

digits 

Parameters

None

Return Value

The current value of the digits’ variable as a string.

Example

/* Main program */ 
say digits 

When we run the above program we will get the following result.

Output

9
rexx_netrexx.htm
Advertisements