Label
From Wiki
Synopsis
label
Description
This is a marked spot for a goto command. The label is created by using a word (not a command) and suffixing it with a colon.
mylabel:
Example
mainloop: gosub dostuff goto mainloop
Related Commands
goto |
See also
Main Page | Documentation |