Handbook
Glossary
n*quot ( n quot -- quotquot )
Vocabulary
generalizations
Inputs
n
an
integer
quot
a
quotation
Outputs
quotquot
a
quotation
Examples
USING: generalizations prettyprint math ; 3 [ + ] n*quot .
[ + + + ]
Word description
Construct a quotation containing the contents of
seq
repeated
n
times.
Definition
USING:
memoize.private
;
IN:
generalizations
ALIAS:
n*quot
(n*quot)
inline