OWBasic for Pocketviewer

Home INTRO Alphabetical Index

Label

In the program, labels can be set. A label is either an integer number at the start of a statement (according to "line numbers" in old basic interpreters) or a string beginning with '$'. Labels are needed as target of GOTO or GOSUB statements.


  • GOTO - Jump to a label
  • GOSUB - Subroutine reference
Home INTRO Alphabetical Index