Home / lang / stop 
STOP
Syntax
STOP

Stops the program and wake up the debugger, as if there was a breakpoint on the current line.

This instruction does nothing is the program is not debugged.

Example
' Stop if the following condition is true
IF Name = "Gates" THEN STOP


See also
Miscellaneous Control Structures