DMD 0.170 release

Jarrett Billingsley kb3ctd2 at yahoo.com
Wed Oct 18 12:21:26 PDT 2006


"BCS" <BCS at pathlink.com> wrote in message 
news:eh5kki$11t$4 at digitaldaemon.com...

> no, all you really need is goto and label variables
>
> int i = 10;
> loop:
> i--;
> goto [loop, quit][cast(int)(i==0)];
> quit:

Who needs flow control?  If you need n iterations, copy and paste n times! 





More information about the Digitalmars-d-announce mailing list