| |||
Integers must be between 0 and 2,147,483,647 (231-1) [precision (31,0)].
Bit strings provide an alternative representation for integers. Spaces may be used
freely in bit strings to improve readability. Integers are stored internally in 32-bit
twos-complement representation.
The following constants each represent the same internal format: "FF" "(4)FF" "(1)1111 1111" "(3)7(2)33(1)1" 255 |