1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/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}}