Labels and the goto Command (AGI): Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
Created page with "Category:AGI Pages Category:AGI Pages to be Edited <div align="center"><span style="font-size: 22pt">Labels and the goto Command"></div> <br /> ==<br /> Introduction == 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); ==<br /> References == <references /> ==<br /> Related Links == *  ..." |
No edit summary |
||
Line 2: | Line 2: | ||
[[Category:AGI Pages to be Edited]] | [[Category:AGI Pages to be Edited]] | ||
<div align="center"><span style="font-size: 22pt">Labels and the goto Command" | <div align="center"><span style="font-size: 22pt">Labels and the goto Command"</div> | ||
<br /> | <br /> |
Revision as of 16:41, 7 April 2025
Labels and the goto Command"
Introduction
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
Related Links