>underlying< ( slice/seq -- from to slice/seq )


Vocabulary
sequences.private

Inputs
slice/seqa slice or a sequence


Outputs
slice/seqa slice or a sequence
froman integer
toan integer


Word description
Sets up the stack for iteration with slots from a sequence. Used with iteration in words such as sequence-operator.

Definition