goto

Branch (go) to a label.

Syntax

goto ( label ) ;

Arguments

list label

Exceptions

%ARGUMENT : Invalid arguments. Usage: goto ( label ) ;

%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

label