STOP
Action
Stop program execution.

Syntax
STOP

Remarks
END can also be used to terminate a program.

When an END or STOP statement is encountered a never ending loop is generated.


Example


PRINT var 'print something
STOP 'thats it