Skip to main content
Version: Next

Xor

Logical XOr.

Description

The xor of a set of operands is true if and only if only one of its operands is true.

Inputs

  • a (Boolean): first operand.
  • b (Boolean): second operand.

Outputs

  • a xor b (Boolean): true if only a or b is true. false otherwise.