On 2009-10-14 10:48:10 +0200, bearophile <bearophileh...@lycos.com> said:

Iamgottingcrazy:

Should I bear this??

With D1 it seems to work:
http://codepad.org/hpslrHHs

Bye,
bearophile

maybe because you actually used the correct sequence of dimensions...

int[2][3] x;
x.length is 3, this is a 3 dimensional array of 2 dimensional arrays...

Fawzi

Reply via email to