And

[boolean/And]


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

  1. true@0 is received via a

  2. true@0 is received via b

  3. true@0 is sent via and


Keywords: boolean, and, logical

Input ports

  • a: boolean

    Receives the first operand.

  • b: boolean

    Receives the second operand.

Output ports

  • and: boolean

    Sends the result of the logical AND operation.

Last updated