Template:LSL Function/negative index/range
< Template:LSL Function | negative index
Jump to navigation
Jump to search
Revision as of 10:37, 28 December 2020 by Fenchurch Oh (talk | contribs) (typo correction. "Then" vs "Than".)
#var | value |
---|---|
p_start_desc | start index |
p_end_desc | end index |
spec | |
notes |
Ranges & IndexesThe easiest way to explain how ranges work is to make all indexes positive. Negative indexes are just a way of counting from the tail end instead of the beginning, all negative indexes have a corresponding equivalent positive index (assuming they are in range). Positive indexes past length (after the last index), or negative indexes past the beginning (before the first index) are valid and the effects are predictable and reliable: the entries are treated as if they were there but were removed just before output.
See negative indexes for more information. |
caveats |