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:
sequences
;
IN:
generalizations
:
n*quot
( n quot -- quotquot )
<repetition>
[
]
concat-as
;