in reply to Re: Reference Questionin thread Reference Question
Actually you create a copy each time with the [], and push a reference to the copy.
In the original code the push was creating a new reference each time - to the same instance.