END SUB: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Redirected page to SUB)
Tag: New redirect
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[SUB]]
The '''END SUB''' statement designates the end of the code in a [[SUB]] procedure.
 
 
{{PageSyntax}}
: [[END SUB]]
 
 
{{PageDescription}}
* Required to end a [[SUB]] procedure or an error will occur.
 
 
{{PageSeeAlso}}
* [[SUB]], [[EXIT SUB]]
* [[FUNCTION]], [[EXIT FUNCTION]], [[END FUNCTION]]
 
 
{{PageNavigation}}

Latest revision as of 00:31, 28 January 2023

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