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§
- Numeric
Settings - Numeric settings for the current execution context.
- Rexx
Value - Every REXX value is a string. Numeric operations interpret the string content as a number when needed, and produce string results.
Enums§
- Numeric
Form - NUMERIC FORM controls exponential notation style.