(BITWISE-XOR [n1| [n2| [...]]])

Computes the logical function on all bits of its arguments, which have to be integers.

All floating-point functions have been implemented directly, using the NDP (80x87) when present, instead of using the dirty, memory consuming XLI package. Their syntax remains the same and won't be repeated.