Labels and the goto Command (AGI)
From Sierra WikiNew
Jump to navigationJump to search
AGI Labels and the goto Command
Introduction
This article is a technical stub page. You can help the Sierra Wiki by expanding it. |
Description
Labels are given like this:
Label1:
The label name can contain letters, numbers, and the characters '_' and '.'. No spaces are allowed.
The goto command takes one parameter, the name of a label.
goto(Label1);
References
Also See