Write/Writeln, etc
bearophile
bearophileHUGS at lycos.com
Thu May 7 14:38:18 PDT 2009
Jarrett Billingsley:
>If you add braces, for some reason it works.<
I think that if you don't put braces the compiler sees:
static if (true) else
If you put them it sees:
static if (true) {} else {}
The first isn't correct D code.
But I'd like the pragma to be seen as an instruction anyway by the static if.
> Once again: 'much' and 'too much' can never.
> modify.
> adjectives.
> They are not adverbs.
Thank you. My English text reviewers surely get headaches.
Bye,
bearophile
More information about the Digitalmars-d
mailing list