Rexx - FORM



This method returns the current setting of ‘NUMERIC FORM’ which is used to do mathematic calculations on the system.

Syntax

FORM() 

Parameters

None

Return Value

This method returns the current setting of ‘NUMERIC FORM’ which is used to do mathematic calculations on the system.

Example

/* Main program */ 
say FORM() 

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

Output

SCIENTIFIC
rexx_built_in_functions.htm
Advertisements