Version 3 of !

Updated 2008-12-03 17:38:54 by LV

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.