home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / FUNCTION.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  1.0 KB  |  25 lines

  1. True BASIC             FUNCTION KEYS
  2.  
  3. │    Press  │        Description
  4. ├───────────┼─────────────────────────────────────────────────────────────
  5. │     F1    │   move to editing window
  6. │     F2    │   move to history window
  7. │           │
  8. │     F3    │   find item 
  9. │     F4    │   mark current line  (in editing window only)
  10. │           │
  11. │     F5    │   in editing window: copy marked text to after current line
  12. │           │   in history window: copy current line to command line
  13. │           │   on command line: copies last line entered
  14. │           │
  15. │     F6    │   move marked text to after current line
  16. │           │
  17. │     F7    │   undo effects of last deletion or insertion
  18. │     F8    │   set or clear a breakpoint on the current line
  19. │           │
  20. │     F9    │   run your current program
  21. │     F10   │   get HELP
  22. ┴───────────┴────────────────────────────────────────────────────────────────
  23.  See also:   HELP CURSOR    moving the cursor around
  24.              HELP DELETE    deleting characters and lines
  25.