Handbook
Glossary
nrotate-heightd ( n height dip -- quot )
Vocabulary
generalizations
Inputs
n
an
object
height
an
object
dip
an
object
Outputs
quot
an
object
Definition
USING:
kernel
sequences
;
IN:
generalizations
MACRO:
nrotate-heightd
( n height dip -- quot )
[
[
nrot
]
curry
[
]
curry
replicate
concat
]
dip
[
ndip
]
2curry
;