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