home *** CD-ROM | disk | FTP | other *** search
- True BASIC CONTINUE
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- CONTINUE │ │ to restart execution of a program
- │ │ suspended by the BREAK command
- │ │
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- You cannot use CONTINUE to restart a program that has terminated
- normally, or to resume after True BASIC has given an error message,
- or after you've modified the program.
-
- See also: HELP BREAK suspending the execution of your program
-