On Fri, Jun 12, 2009 at 11:51 AM, Daniel Ruoso<[email protected]> wrote: > Ok, There's one thing that is not clear in the thread, which is when an > array is multidimensional or not... > > For instance: > > �...@a = (1, 2, 3; 4, 5, 6; 7, 8, 9); > > Will produce a flatten array, because list assignment causes flattening, > so the dimensionality was lost.
Right. I should have said:
@@a = (1, 2, 3; 4, 5, 6; 7, 8, 9);
--
Jonathan "Dataweaver" Lang
