END SUB: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Redirected page to SUB) Tag: New redirect |
(Removed redirect to SUB) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
The '''END SUB''' statement ends a [[SUB]] procedure. | |||
{{PageSyntax}} | |||
: [[END SUB]] | |||
{{PageDescription}} | |||
* Required to end a [[SUB]] procedure or an error will occur. | |||
{{PageSeeAlso}} | |||
* [[SUB]], [[FUNCTION]] | |||
{{PageNavigation}} |
Revision as of 23:48, 21 December 2022
The END SUB statement ends a SUB procedure.
Syntax
Description
- Required to end a SUB procedure or an error will occur.
See also