Data / Logic
data/logic_op
Logic Op
Performs a boolean logic operation: AND, OR, NOT, or XOR.
Note: For NOT, only input A is used.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
a |
boolean | First boolean. | |
b |
boolean | Second boolean (ignored for NOT). |
Outputs
| Name | Type | Description |
|---|---|---|
result |
boolean | Result of the logic operation. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
op |
select | "AND" |
Operation |