Template:LSL Function/negative index/range
Jump to navigation
Jump to search
The first index starts at zero, the last index is length - 1
or more easily written as -1
- If {{{1}}} <= {{{2}}} then the range operated on starts at {{{1}}} and ends at {{{2}}}. [{{{1}}}, {{{2}}}]
- If {{{1}}} <= {{{2}}} then the range operated on starts at {{{1}}} and ends at {{{2}}}. [0, {{{2}}}] + [{{{1}}}, -1]
See negative indexes for more information.