On 03/28/2014 12:03 PM, "Marc Schütz" <[email protected]>" wrote:
> destruction happens in reverse lexical order of declaration, > and arrays are destroyed from back to front. > > Is this behaviour guaranteed?It must be that way because later objects can hold references to earlier objects.
Ali
