a quotation with stack effect ( ... prev elt -- ... next )
Outputs
result
the final result
Word description Combines successive elements of the sequence using a binary operation, and outputs the final result. On the first iteration, the two inputs to the quotation are identity, and the first element of the sequence. On successive iterations, the first input is the result of the previous iteration, and the second input is the corresponding element of the sequence.