VocabularysequencesInputsOutputsWord descriptionModifiers
seq1 in-place by adding the elements from
seq2 to the end and outputs
seq1.
ExamplesUSING: prettyprint sequences ;
V{ 1 2 3 } { 4 5 6 } append! .
V{ 1 2 3 4 5 6 }
See alsoappend,
append-as,
3append,
3append-as,
push-allDefinition