The '''STOP''' statement is used to stop program execution.


{{PageSyntax}}
:: STOP


* STOP ends the program.
* Since QB64 programs are compiled and not interpreted, use [[END]] or [[SYSTEM]] instead.


''See also:'' 
* [[END]], [[SYSTEM]]
* [[ON]], [[OFF]]


{{PageNavigation}}
