Label

From Wiki
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