OWBasic for Pocketviewer

Home INTRO Group CONTROL Alphabetical Index

Subroutine reference

GOSUB label

Program processing is continued at the given label and returned with the next RETURN to the instruction following the GOSUB.


  • RETURN - End of Subroutine
  • GOTO - Jump to a label
Home INTRO Group CONTROL Alphabetical Index