Skip to main content

Module value

Module value 

Source
Expand description

REXX values — everything is a string.

In REXX, all values are character strings. Numbers are strings that happen to be valid numeric representations. This module implements the core value type and REXX’s decimal arithmetic model (NUMERIC DIGITS / FORM / FUZZ).

Structs§

NumericSettings
Numeric settings for the current execution context.
RexxValue
Every REXX value is a string. Numeric operations interpret the string content as a number when needed, and produce string results.

Enums§

NumericForm
NUMERIC FORM controls exponential notation style.