n*quot ( n quot -- quotquot )


Vocabulary
generalizations

Inputs
nan integer
quota quotation


Outputs
quotquota quotation


Examples
USING: generalizations prettyprint math ; 3 [ + ] n*quot .
[ + + + ]


Word description
Construct a quotation containing the contents of seq repeated n times.

Definition