ID:179765
 
n/t
look up break

Alathon
In response to Alathon
Alathon wrote:
look up break

Alathon

that was simple
In response to Alathon
Alathon wrote:
look up break

Alathon

Just to be sure you're talking about the same thing, break ends a for() loop in the middle of the loop. Normally, a loop ends when you stop indenting underneath it.

I know Alathon knows this, just not sure whether or not it's what BI meant.
for()
if(this)
return // (or break, goto, whatever)
//do stuff
In response to Skysaw
no break is just wat i needed