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

  1. True BASIC             EDIT 
  2.  
  3.      
  4.       Type         │   Press      │
  5. ───────────────────┼──────────────┼──────────────────────────────────────────
  6.                    │              │
  7.  EDIT block        │              │ to restrict your editing to a single
  8.                    │              │ block of lines
  9.                    │              │
  10.  EDIT              │              │ to resume editing your entire file
  11.                    │              │
  12. ───────────────────┴──────────────┴──────────────────────────────────────────
  13.  
  14. The EDIT command, with a block of lines specified, will restrict editing to 
  15. that block. A block may be a subroutine, function, or a range of line numbers.
  16.  
  17. You may also use the EDIT command to restrict editing to a marked block
  18. of lines.
  19.  
  20. Use the EDIT command with no lines marked and no block specified to resume
  21. editing your entire file.
  22.