Handbook
Glossary
nzip-cursors ( n -- quot )
Vocabulary
cursors
Inputs
n
an
object
Outputs
quot
an
object
Definition
USING:
generalizations
math
;
IN:
cursors
MACRO:
nzip-cursors
( n -- quot )
1
-
[
zip-cursors
]
n*quot
;