Table of contents Previous: McBASI Interpreter Commands SLEEP Next: McBASI Interpreter Commands Functions

STOP

Stops your program.


Syntax

STOP
STOP
"Message"


Remark

Your program also stops by "falling off the end," completing the last line of a program. If you don't provide a quoted message, a line is displayed indicating the program line or statement number where the STOP occurred.


Table of contents Previous: McBASI Interpreter Commands SLEEP Next: McBASI Interpreter Commands Functions