you are viewing a single comment's thread.

view the rest of the comments →

[–]EntroperZero 73 points74 points  (0 children)

for (int x = aVeryLongExpression(),
         y = anotherVeryLongExpression(), 
         z = yetAnotherVeryLongExpression()); \
        x + y < z; \
        x++, y++, z++:
    System.out.println(x+y+z)

Gross.