Go to the first, previous, next, last section, table of contents.


Prefix Operator

as has the following prefix operators. They each take one argument, which must be absolute.

-
Negation. Two's complement negation.
~
Complementation. Bitwise not.


Go to the first, previous, next, last section, table of contents.