Rexx - DIGITS



This method returns the current setting of NUMERIC DIGITS as defined in the current system.

Syntax

DIGITS() 

Parameters

None

Return Value

This method returns the current setting of NUMERIC DIGITS as defined in the current system.

Example

/* Main program */ 
say DIGITS() 

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

Output

9
rexx_built_in_functions.htm
Advertisements