Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A C++ jump statement performs an immediate local transfer of control.
break;
continue;
return [expression];
goto identifier;
Remarks
See the following topics for a description of the C++ jump statements.