Operand Legend
| Gate | Description |
|---|---|
| AND | Returns true if both inputs are true |
| OR | Returns true if at least one input is true |
| XOR | Returns true if exactly one input is true |
| NOR | Returns true if both inputs are false |
| NOT | Inverts the next term (prefix operator) |
| NAND | Returns true if at least one input is false |