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