VocabularysequencesInputsOutputsWord descriptionOutputs a tail sequence and the first element of 
seq; the tail sequence consists of all elements of 
seq but the first.
ExamplesUSING: prettyprint sequences ;
{ 1 2 3 } unclip suffix .
{ 2 3 1 }
See alsounclip-slice, 
unclip-last, 
unclip-last-sliceDefinition