Difference between revisions of "Label"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 12:09, 3 August 2007

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