Foreach loop behaviour and manipulation

Binarydepth binarydepth at gmail.com
Tue Jan 7 13:38:34 PST 2014


> or ... for(count=1;count>0 && count<100 || count>999 && 
> count<10000 || etc...; count++ )

mmmm That won't work. It's better separate foreach loops.


More information about the Digitalmars-d-learn mailing list