Jump Statements (C++)
The C++ jump statements perform an immediate local transfer of control.
<A HREF="_pluslang_the_c.2b2b_.break_statement.htm">break</A> ;
<A HREF="_pluslang_the_c.2b2b_.continue_statement.htm">continue</A> ;
<A HREF="_pluslang_the_c.2b2b_.return_statement.htm">return</A> [expression]<SUB> </SUB>;
<A HREF="_pluslang_the_goto_statement.htm">goto</A> identifier ;