a quotation with stack effect ( ... prev elt1 elt2 -- ... next )
Outputs
result
the final result
Word description Combines successive pairs of elements from the two sequences using a ternary operation. The first input value at each iteration except the first one is the result of the previous iteration. The first input value at the first iteration is identity.