◄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 -♦-