2each-index ( ... seq1 seq2 quot: ( ... elt1 elt2 index -- ... ) -- ... )


Vocabulary
sequences.extras

Inputs
seq1a sequence
seq2a sequence
quota quotation with stack effect ( ... elt1 elt2 index -- ... )


Outputs
None

Word description
Applies quot to each pair of elements from seq1 and seq2, providing the index of the elements at the top of the stack.

See also
2each, each-index

Definition