Handbook
Glossary
-nin- ( n -- quot )
Vocabulary
cursors
Inputs
n
an
object
Outputs
quot
an
object
Definition
USING:
generalizations
math
sequences
;
IN:
cursors
MACRO:
-nin-
( n -- quot )
1
-
[
-unzip-
]
n*quot
[
-in-
]
prepend
;