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

  1. True BASIC           WINDOWS
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │     F1       │ to move into the editing window
  6.                    │              │
  7.                    │     F2       │ to move into the history window
  8. ───────────────────┴──────────────┴──────────────────────────────────────────
  9. The True BASIC system  displays two "windows" on your screen.
  10. The top 17 lines show your current file.  The bottom 7 lines
  11. show your commands, and the results of True BASIC INPUT and PRINT
  12. statements.  We call the top window the "editing window" and the bottom
  13. window the "history window."
  14.  
  15. When you move into the editing window, you may change your program
  16. directly by using "screen editing." The editing window is like a word
  17. processor that lets you change your program simply be retyping parts
  18. of it.  In other words, "What you see is what you get."
  19.  
  20. The history window shows a history of your True BASIC session.  The very
  21. last line of the history window is called the "command" line.  When the
  22. cursor is on that line, you can issue commands such as RUN and SAVE.
  23.  
  24. See also: HELP SPLIT  changing the sizes of the editing and history windows
  25.