Handbook
Glossary
first-n-each ( seq n quot -- )
Vocabulary
rosetta-code
.
top-rank
Inputs
seq
an
object
n
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
sequences
;
IN:
rosetta-code.top-rank
:
first-n-each
( seq n quot -- )
[
index-or-length
head-slice
]
dip
each
;
inline