Open drkameleon opened 8 years ago
Example:
for (int k=0, i=0; k<10; k++, ++i) { NSLog(@"K = %d, i=%d", k, i); }
Example: