Handbook
Glossary
>slice< ( slice -- from to seq )
Vocabulary
sequences
Inputs
slice
a
slice
Outputs
from
an
integer
to
an
integer
seq
a
sequence
Word description
Sets up the stack for iteration with slots from a
slice
. Used with iteration in words such as
sequence-operator
.
Definition
USING:
accessors
kernel
;
IN:
sequences
:
>slice<
( slice -- from to seq )
[
from>>
]
[
to>>
]
[
seq>>
]
tri
;
inline