Quote:
Originally posted by dragoonvenganc
Why.. j and i would always be =.. what is the use
|
well I think he is meaning like 1 adds up then the next..
well kinda of like
for(this.x=0;this.x<=10;this.x++) for(this.y=0;this.y<=10;this.y++){
//coding
}
I think he means like so it would run it like that