Originally Posted By: Firoball
ok, so
 Code:
for (x=0; x<7; x++) 
counts as two lines? I know, I'm getting on your nerves... \:D


since its same thing with

x=0;
while(x<7){

x++;
}

yes, it counted as two lines \:D


3333333333