Vocabularysequences.
generalizationsInputsOutputsWord descriptionOutputs a new sequence of type
exemplar consisting of the elements of the top
n sequences from the datastack in turn.
ErrorsThrows an error if any of the sequences contain elements that are not permitted in the sequence type of the first sequence.
ExamplesUSING: math prettyprint sequences.generalizations ;
{ 1 2 } { 3 4 } { 5 6 } { 7 8 } 4 V{ } nappend-as .
V{ 1 2 3 4 5 6 7 8 }
See alsonappendDefinition