home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / CONTINUE.TRU < prev    next >
Encoding:
Text File  |  1984-12-19  |  688 b   |  16 lines

  1. True BASIC         CONTINUE
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.    CONTINUE        │              │ to restart execution of a program
  7.                    │              │ suspended by the BREAK command
  8.                    │              │
  9. ───────────────────┴──────────────┴──────────────────────────────────────────
  10.  
  11. You cannot use CONTINUE to restart a program that has terminated
  12. normally, or to resume after True BASIC has given an error message,
  13. or after you've modified the program.
  14.  
  15. See also:   HELP BREAK  suspending the execution of your program
  16.