
Note: You must add uk to the end of the address, it's to help prevent spam. |
STOP TYPE: Statement Action: The STOP statement is used to halt execution of the current program and return to direct mode. Typing the <RUN/STOP> key on the keyboard has the same effect as a STOP statement. The BASIC error message ?BREAK IN LINE nnnnn is displayed on the screen, followed by READY. The "nnnnn" is the line-number where the STOP occurs. Any open files remain open and all variables are preserved and can be examined. The program can be restarted by using CONT or GOTO statements. EXAMPLES of STOP Statement:
|