BEE Lisp Functions Reference

<number> BITWISE-NOT (A)

Returns result of "bitwise NOT" operation on its parameter.

Example:

(BITWISE-NOT 1)                      ; 0