On 20 March 2015 at 16:17, Leigh <lei...@gmail.com> wrote:

> $thing[-1:] is in scope for arrays though


How would this work for slicing?

Since doing [@-1:] would mean get the last element to the end.

And doing [@1:-1] is the exact same as doing [@1:] since -1 and blank both
mean the end.

Reply via email to