Command Reference : Programming Language Reference
  
 
stop
Break out of program.
The stop command halts execution of a program. It has the same effect as hitting the F1 (break) key.
Syntax
Command: stop
Cross-references
See also, exitloop, return.