On Sun Aug 09 14:56:24 2009, moritz wrote: > It seems that the :foo[...] colonpair syntax doesn't set up the array > sufficiently non-flattening:
Correct, Rakudo doesn't handle the non-paren colonpair syntaxes yet (they were recently refactored in STD.pm and haven't caught up). This ticket is really a duplicate of #66996, so I'm merging it. Pm