Hello.I am trying to learn D using (among other things) "The D Programming Language" book.
On page 161 it says:
snippet...
void writeln(string a0, int a1, string a2, int[new] a3) {
...snippet
I am wondering about the expression "int[new] a3"
What does that mean? I have checked, and it does not compile with
the current compiler - it says: Error: basic type expected, not ]
...
It is not mentioned in the errata for the book. Tor Einar
