Skip to content
Samuel Gomes edited this page Nov 8, 2022 · 1 revision

The STOP statement is used to stop program execution.

Syntax

STOP

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

See Also

Clone this wiki locally