>slice< ( slice -- from to seq )


Vocabulary
sequences

Inputs
slicea slice


Outputs
froman integer
toan integer
seqa sequence


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

Definition