TAL Reference Manual

Data Representation
TAL Reference Manual526371-001
3-10
INT Numeric Constants
INT Numeric Constants
Representation: Signed or Unsigned 16-bit integer
Range (unsigned): 0 through 65,535
Range (signed): –32,768 through 32,767
base
is %, %B, or %H, which indicates a number base:
The default base is decimal. Unsigned integers greater than 32,767 must be in octal,
binary, or hexadecimal base.
integer
is one or more digits. The digits allowed are:
Octal %
Binary %B
Hexadecimal %H
Decimal 0 through 9
Octal 0 through 7
Binary 0 or 1
Hexadecimal 0 through 9, A through F
integer
+
-
base
VST0304.vsd