Andrei Alexandrescu:
>you agreed there is no solitary semicolon statement in D,<

This compiles, is this a solitary semicolon statement?

void main() {
    goto FOO;
    FOO:;
}


> Walter, can we require a semicolon please?

+1

Bye,
bearophile

Reply via email to