END SUB - QB64 Wiki

END SUB

From QB64 Wiki

Jump to: navigation, search

The END SUB statement ends a SUB procedure.


Syntax:

END SUB
  • Required to end a SUB procedure or an error will occur.


See:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page