Visual RPG 9.0 Language Reference  

Labels

A label is a name specified in a program that can allow commands to be the target of a GOTO command.  

Remarks

Many operational commands allow a label to be placed before the command with a colon after it.

A label can be specified using the TAG command. 

Example

Next: MOVE 'A' FLD

Use the TAG command

See Also

Variables
GOTO
TAG