A negative subscript -i yields the list with its first i elements removed. ["A","b","c","d"]/-2 = ["c","d"].
Related Topics
Group: sequence operations (7 topics, 85 quotes) Topic: sequence generators (16 items)