and

| 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 and of inputs |
no |
and reads its inputs, interprets them as boolean values, and outputs their logical and. 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.