Syntax:
break;
Purpose:
for
while
Example:
while (1) { ... if ( ... ) { break; // leave the while block } }