News

The splice() function may also be used to remove a range of elements from an array, but not a discontiguous slice: splice(@array,0,3);Â # remove 3 elements starting at index 0.