GoTo Statement

  1. GoTo label

Branches unconditionally and without return to a specified label in a procedure. For more information, see "Control Structures".

More:

Example - GoTo Statement