VocabularysequencesInputsOutputsWord descriptionOutputs a new sequence consisting of
seq padded on the right with enough repetitions of
elt to have the result be of length
n.
ExamplesUSING: io sequences ;
{ "ab" "quux" } [ 5 CHAR: - pad-tail print ] each
ab---
quux-
Definition