Jump statements
Jump statements consist of the following types of statements:
The break statement
The continue statement
The return statement
The goto statement
Computed goto statement