Binary ".." is the range operator, which is really two different operators depending on the context. In list context, it returns an array of values counting (up by ones) from the left value to the right value. If the left value is greater than the right value then it returns the empty array.
In reply to Re: Reasoning behind -1 not working in slices?
by davidrw
in thread Reasoning behind -1 not working in slices?
by Splutty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |