Label

From Wiki
Revision as of 12:10, 3 August 2007 by MoonRaver (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Example 1

mylabel:

Example 2

mainloop:
   gosub dostuff
goto mainloop

Related Commands

goto

See also

Main Page Documentation