May 11, 2007
"Bill Baxter" <dnewsgroup@billbaxter.com> wrote in message news:f21rdg$2spg$1@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.


1 2
Next ›   Last »