Command Reference
:
Programming Language Summary
stop
Program Statements
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
.