Tom S wrote:
>
>
> As I understand it, he'd like this code:
>
> # int[] a = new int[20];
> # int[] b = a;
> # b.length = 10;
> # writefln("%s %s", a.length, b.length);
>
> to output '20 20'.
>
>
You mean "to output '10 10'", no?
--
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D