TAL Reference Summary
Constants
TAL Reference Summary
096256 Tandem Computers Incorporated 13
INT(32) Numeric Constants An INT(32) numeric constant is a signed or unsigned 32-bit integer.
+
-
base
integer
D
%D
004
FIXED Numeric Constants A FIXED numeric constant is a signed 64-bit fixed-point integer.
+
-
base
integer
F
%F. fraction
005
REAL and REAL(64)
Numeric Constants
A REAL numeric constant is a signed 32-bit floating-point number that is precise to
approximately 7 significant digits.
A REAL(64) numeric constant is a signed 64-bit floating-point number that is precise
to approximately 17 significant digits.
+
-
.
fraction
integer
E
L
+
-
exponent
006