LOGNOR

bitwise logical `nor' of two integers
Major Section:  PROGRAMMING

When integers are viewed in their two's complement representation, lognor returns the bitwise logical `nor' of the first with the second.

The guard for lognor requires its arguments to be integers. Lognor is defined in Common Lisp. See any Common Lisp documentation for more information.