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?
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?