Home / lang / stop 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
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 if the program is not debugged.

Examples

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

See also

Miscellaneous Control Structures