not
builtin-function
(not expr)
Returns the logical complement of expr.
expr
make-html > (not null) it: true make-html > (not 1) it: false
and boolean or xor