Tuple mixins
Jarrett Billingsley
kb3ctd2 at yahoo.com
Fri May 11 08:08:05 PDT 2007
"Bill Baxter" <dnewsgroup at billbaxter.com> wrote in message
news:f21rdg$2spg$1 at digitalmars.com...
>
> Are there any good uses for it? Maybe the lists of initializers in for
> loops are using that rule? like -- for(x=3,y=10; x<y; x++) { ... }.
> Seems like you could make that part of the for loop grammar instead of a
> really useless works anywhere rule.
That's how it works in MiniD ;) I really hate the comma operator. It's
just a waste.
More information about the Digitalmars-d-learn
mailing list