home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / INFO.TRU < prev    next >
Encoding:
Text File  |  1986-12-08  |  811 b   |  25 lines

  1. True BASIC           INFO
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.     INFO           │              │  to get information about your 
  7.                    │              │  current file
  8.                    │              │
  9. ───────────────────┴──────────────┴──────────────────────────────────────────
  10.  
  11. The INFO command prints, in order:
  12.  
  13.    file's size in lines and bytes
  14.    current line in the file
  15.    free memory
  16.    current directory
  17.  
  18. It also prints, if relevant, where you have stopped in the file;
  19. if your program stopped running because you pressed the Stop key
  20. or got an error; and which routine you're currently editing
  21. via the EDIT command.
  22.  
  23. See also:    HELP EDIT
  24.  
  25.