Multiple Indices?
Perhaps we can poach this idea from Elvish?
$ let array = [1 2 3 4 5 6 7 8 9 10]
$ echo @array[0 1 7..]
1 2 8 9 10
Perhaps we can poach this idea from Elvish?
$ let array = [1 2 3 4 5 6 7 8 9 10]
$ echo @array[0 1 7..]
1 2 8 9 10