End   

Definition:

Stops the program execution and exits the program.

Parameter Description:


None

Command Description:

Use this command to stop your program running. You will be returned to the editor if running from there, or the program will completely exit if running a compiled EXE version.

Example:

; If the game is over, then quit

if gameOver=1 then End

Index