16. Jump Statement

  goto some_label;
  continue;
  break;
  return;
  return expression;