Skip to main content
Version: Next

Or

Logical Or.

Description

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

Inputs

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

Outputs

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