Function Reference
— Mapping Function: xor (x, y)

Return the `exclusive or' of the entries of x and y. For boolean expressions x and y, xor (x, y) is true if and only if x or y is true, but not if both x and y are true.