Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

GOTO

Syntax:

goto <label>

The GOTO command passes execution to the code that begins at the given label.