dsimcha wrote: <snip>Axe. Looks like the only things it's good for are making code undreadable andabusing for loop syntax to... Make code unreadable.<snip>Suppose you want the increment of a for loop to change two variables in parallel. I don't call that making code unreadable.Stewart.
Yes the classic use case of the comma operator is multi-variable declarations/increments in a for loop.
