Vocabularysequences.
generalizationsInputsOutputsWord descriptionOutputs a new sequence 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 nappend .
{ 1 2 3 4 5 6 7 8 }
See alsonappend-asDefinition