Skip to main content
Returns true on the result port if at least one input is truthy, and emits a per-input truthiness list on list_result.

Truthiness

Inputs are coerced to booleans before checking: nil and false are treated as falsy, every other value is truthy. When an input is itself a list (or a dated property whose value is a list), the list is truthy if any of its elements are truthy.

Ports