Peter (>):
> Am I right that multi-dimensional arrays do not yet work fully in Rakudo?

Yes, you are.

That is to say, you can't do this yet:

  my @a[4;2];   # Valid indices are 0..3 ; 0..1

There's nothing stopping you from creating an array of arrays, though.

// Carl

Reply via email to