STOP
Action
Stop program execution.
Syntax
Remarks
END can also be used to terminate a program.
When an END or STOP statement is encountered a never ending loop is generated.
See Also
STOP TIMER , START
Example
PRINT var 'print something
STOP 'thats it