1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/help/STOP.txt
2021-01-24 00:36:34 -03:00

18 lines
281 B
Plaintext

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}}