Or

[boolean/Or]


Performs a boolean OR operation on the received values via inputs a and b. Example:

  1. false@0 is received via a

  2. true@0 is received via b

  3. true@0 is sent via or


Keywords: boolean, or, logical

Input ports

  • a: boolean

    Receives the first operand

  • b: boolean

    Receives the second operand

Output ports

  • or: boolean

    Sends the result of the OR operation.

Last updated