Handbook
Glossary
nths-of ( seq indices -- seq' )
Vocabulary
sequences
Inputs
seq
an
object
indices
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
;
IN:
sequences
:
nths-of
( seq indices -- seq' )
swap
nths
;
inline