Skip to main content
Returns true on the result port if every 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 only if every element is truthy.

Ports