C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
goto
                                             Up Contents Index Back
─────C/C++ Language─────────────────────────────────────────────────────────
 
  Keyword:   goto
 
  Syntax:    goto name;
             ∙ ∙ ∙
             name: statement
 
  Summary:   Transfers control directly to the <statement> specified by
             the label <name>.
 
  See also:  if, return, switch
                                    -♦-