VocabularysequencesInputsOutputsWord descriptionOutputs a new sequence obtained by adding
elt at the end of
seq.
ErrorsThrows an error if the type of
elt is not permitted in sequences of the same class as
seq1.
ExamplesUSING: prettyprint sequences ;
{ 1 2 3 } 4 suffix .
{ 1 2 3 4 }
See alsopush,
push-either,
push-when,
pop,
pop*,
prefix,
suffix!Definition