Jump statements

Jump statements consist of the following types of statements:
  • The break statement
  • The continue statement
  • The return statement
  • The goto statement
  • IBM extension Computed goto statement (IBM extension)