in reply to Re^3: map & arrays & recursion
in thread map & arrays & recursion

is the following a correct description ?

The algorithm is:

i had the impression that if you push an ARRAY into an ARRAY, the ARRAYS are preserved (not merged).

It sounds like you're expecting an array to be able to contain another array. It can't, at least not directly. Array elements are scalars.