On Tuesday, 7 May 2013 at 11:49:07 UTC, evilrat wrote:
On Tuesday, 7 May 2013 at 10:58:42 UTC, John Colvin wrote:
...
        int a[];

please don't use C style declarations, D style is "type followed by id":

int[] a;

woops, just copied it from the original post.

Reply via email to