None |
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.
See also: Stop. |
; If the game is over, then quit
if gameOver=1 then End |