> > So in the statements `w = x` and `w = x + 10`, the equals sign is doing > the same thing, it's just that in the latter case the + method is creating > a new array. >
FWIW- I tried searching in the documentation to find some mention of + (or other operators) creating a new array. I couldn't find any documentation of this behavior.
