6.4 Extended boolean operators

Operator: xor = (bool a, b) bool

Dyadic operator that yields the exclusive-or operation of the given boolean arguments.