On Mar 20, 2015 12:33 PM, "Alex Bowers" <bowersb...@gmail.com> wrote: > > We also need to consider then the possibility of setting data by position. > > What should $array[@1:3] = [1,2,3] do? > > Should it overwrite the values there, and append any that don't exist, or > should it be a parse error?
I'd say overwrite/replace the range with the new value.