pTAL Reference Manual (G06.24+, H06.09+, J06.03+)

FIXED Numeric
Signed 64-bit fixed-point numberRepresentation
-9,223,372,036,854,775,808 through
+9,223,372,036,854,775,807
Range
base
indicates a number base as follows:
%Octal
%BBinary
%HHexadecimal
The default base is decimal.
integer
is one or more of the following digits:
0 through 9Decimal
0 through 7Octal
0 or 1Binary
0 through 9, A through FHexadecimal
fraction
is one or more decimal digits. fraction is legal only for decimal base.
F, %F
are suffixes that specify FIXED constants:
FDecimal
FOctal
FBinary
%FHexadecimal
Examples of FIXED numeric constants:
1200.09F
0.1234567F
Decimal
239840984939873494F
-10.09F
%765235512FOctal
Constants 61