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

  1. True BASIC                   DO
  2.      
  3.       Type           │ 
  4. ─────────────────────┼────────────────────────────────────────────────
  5. DO FORMAT            │ to format your current file, capitalizing 
  6.                      │ keywords and indenting appropriate lines
  7.                      │              
  8. DO NUMBER            │ to add line numbers to your current file
  9.                      │              
  10. DO UNNUMBER          │ to remove line numbers from your current file
  11.                      │              
  12. DO RENUM             │ to renumber the line numbers on a line-numbered file
  13.                      │              
  14. DO TRACE             │ to trace a file to help you with debugging
  15.                      │               
  16. DO XREF              │ to generate a cross-referenced listing of your
  17.                      │ current file
  18. ─────────────────────┴──────────────────────────────────────────────────
  19.  
  20. The DO command runs a program that inspects and/or alters your current file.
  21. See the Reference Manual for instructions on writing your own DO programs.
  22.