DOCUMENTATION HOME
COMMANDS
FUNCTIONS
DATA TYPES
SYSTEM IDENTIFIERS
End
Last Modified: 1/2/2021
Stops program execution.
Example
Syntax: End
On
vInt
GoSub
VintMain
Enable
vInt
End
Locate
1
,
1
:
Print
"Hello World!"
VintMain:
Locate
2
,
1
:
Print
x
x++
Return
Remarks
Interrupts are still executed after the program has ended in this manner.