VocabularysequencesInputsOutputsWord descriptionOutputs a new sequence consisting of the elements of
seq1,
seq2 and
seq3 in turn of the same type as
exemplar.
ErrorsThrows an error if
seq1,
seq2, or
seq3 contain elements not permitted in sequences of the same class as
exemplar.
ExamplesUSING: prettyprint sequences ;
"a" "b" "c" SBUF" " 3append-as .
SBUF" abc"
See alsoappend,
append-as,
append!,
3append,
push-allDefinition