Additions since the documentation was produced.
1. Unsigned arithmetic.
The operators ##*, ##/ ##rem, ##<, ##>, ##<=, ##>=, ##=, ##/=, ##<>
implement unsigned multiplication, division, modulo, and comparisons.
The two operands are treated as integers in the range 0 to (2 ** 32)-1.