Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Language Reference Property length reverse rest Meaning The number of items in the list The list with its items in reverse order Items 2 through the end of the list Element Specifiers The following table summarizes the ways to specify items in a list. Item Specifer first item, second item, third item, ..., tenth item 1st item, 2nd item, 3rd item, ... item 1, item 2, item 3... item -1, item -2, item -3 Meaning A specific item by number A specific item by number A specific item by number An item relative to the last item; where -1 references the last item First item beginning