Settings

Choose language

break

break
Ends execution of the current for structure.

Usage



for(i=0,i<10,i++)
{
p1=apply(p1,10,0)
if(p1.x>100)
break
}

Previous article

no (variable or object)

Back to category

Programming

Next article