END

This command will stop the program running.

  Syntax
END
  Returns

This command does not return a value.

  Description

If your program was run from the editor, you will be taken to the CLI. If your program was executed as a standalone executable, you will exit your program and return to Windows.

  Example Code
PRINT "end program"
END
  See also

CORE Commands Menu
Index