foreach ... else statement

bearophile bearophileHUGS at lycos.com
Mon Jan 5 01:43:29 PST 2009


Don:
> Actually Walter loves goto, so DMD copes really well with it.

When possible it's better to use structured programming and avoid gotos. That construct can avoid gotos in some common situations.
And regarding the compiler back-end, I think it's also better to start thinking what's good for LDC :-)

Bye,
bearophile



More information about the Digitalmars-d mailing list