END SUB: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


{{PageSeeAlso}}
{{PageSeeAlso}}
* [[SUB]], [[FUNCTION]]
* [[SUB]], [[EXIT SUB]]
* [[FUNCTION]], [[EXIT FUNCTION]], [[END FUNCTION]]





Revision as of 00:17, 22 December 2022

The END SUB statement designates the end of the code in a SUB procedure.


Syntax

END SUB


Description

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


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage