Or¶
Boolean OR across all parameters or all available inputs.
ORs together two or more boolean values. The values can be supplied as parameters; if no parameters are provided, all available inputs are ORed.
Parameters¶
- N —
operandsOptional — accepts: field, BOOLEAN -
The Nth boolean to OR. May be a field reference (
:f) or a static boolean. If no parameters are given, every available input is ORed.
Input type¶
BOOLEAN
Output type¶
BOOLEAN
Requires¶
- At least two inputs are available.
Examples¶
OR all available inputs
OR of static booleans
OR of field references