VocabularysequencesInputs and outputs| seq | a sequence |
| n | a non-negative integer |
| tailseq | a new sequence |
Word descriptionOutputs a new sequence consisting of the last
n elements of the input sequence.
ErrorsThrows an error if the index is out of bounds.
Definition