In a message dated Mon, 23 Sep 2002, Luke Palmer writes: > Y'all have it backwards. > > [1,*[2,[3,4,5]],6] # [1,2,[3,4,5],6] > [1,*[2,*[3,4,5]],6] # [1,2,3,4,5,6] > > Flat flattens outwards, not inwards.
Ah. *slaps head* of course. That makes much more sense. Thanks. So then, I think if there's just some clarification about how one-tuples are formed, I think everything I wrote in my earlier mail can DWIM correctly. There seems to be no magic here, quotations from LoTR to the contrary. :-) Trey
