Version 5 of !

Updated 2008-12-04 14:33:30 by dgp

expr boolean negation operator

returns truth (1) if the argument is a falsehood, and falsity (0) of the argument is true

For bitwise "not" use the ~ operator.