VocabularysequencesInputsOutputsNone
Word descriptionCalls the quotation with the element of the sequence and its index on the stack, with the index on the top of the stack.
ExamplesUSING: arrays sequences prettyprint ;
{ 10 20 30 } [ 2array . ] each-index
{ 10 0 }
{ 20 1 }
{ 30 2 }
Definition