Version 0 of ~

Updated 2007-11-02 14:35:22 by dkf

expr unary bit-wise negation operator

Argument is an integer, result is an integer

Bit n of the result is 1 if bit n of the argument is 0. Bit n of the result is 0 if bit n of the argument is 1.