| ??? 10/28/08 14:38 Read: times |
#159421 - never say never to have a multiline C construct Responding to: ???'s previous message |
Erik Malund said:
I do my darndest never to have a multiline C construct. Your example is a perfect case where making it multi-line would help!
for( x = 0;
(x != 7) || // Comment...
(y == 6) || // Comment...
(p < 9); // Comment...
x++ )
{
|



