1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00
qb64/internal/help/STOP.txt

18 lines
281 B
Plaintext
Raw Normal View History

2021-01-24 03:36:34 +00:00
The '''STOP''' statement is used to stop program execution.
{{PageSyntax}}
:: STOP
2021-01-24 03:36:34 +00:00
* STOP ends the program.
* Since QB64 programs are compiled and not interpreted, use [[END]] or [[SYSTEM]] instead.
''See also:''
* [[END]], [[SYSTEM]]
* [[ON]], [[OFF]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}