or
Name | Type | Description | Optional |
---|---|---|---|
in0 |
? |
input, interpreted as boolean |
yes |
in1 |
? |
input, interpreted as boolean |
yes |
… |
|||
in N-1 |
? |
input, interpreted as boolean |
yes |
Name | Type | Description | Optional |
---|---|---|---|
output |
bool |
logical or of inputs |
no |
or
reads its inputs, interprets them as boolean values, and outputs their logical or
. Any value in Transparency can be interpreted as a boolean in Transparency; the default value for each type is interpreted as false
and all other values as true
.