VocabularysequencesInputs and outputs| from | a non-negative integer |
| to | a non-negative integer |
| seq | a sequence |
| subseq | a new sequence |
Word descriptionOutputs a new sequence consisting of all elements starting from and including
from, and up to but not including
to.
ErrorsThrows an error if
from or
to is out of bounds.
See also<slice>Definition