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
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The '''END SUB''' statement | The '''END SUB''' statement designates the end of the code in a [[SUB]] procedure. | ||
Revision as of 00:09, 22 December 2022
The END SUB statement designates the end of the code in a SUB procedure.
Syntax
Description
- Required to end a SUB procedure or an error will occur.
See also