home *** CD-ROM | disk | FTP | other *** search
- True BASIC DO
-
- Type │
- ─────────────────────┼────────────────────────────────────────────────
- DO FORMAT │ to format your current file, capitalizing
- │ keywords and indenting appropriate lines
- │
- DO NUMBER │ to add line numbers to your current file
- │
- DO UNNUMBER │ to remove line numbers from your current file
- │
- DO RENUM │ to renumber the line numbers on a line-numbered file
- │
- DO TRACE │ to trace a file to help you with debugging
- │
- DO XREF │ to generate a cross-referenced listing of your
- │ current file
- ─────────────────────┴──────────────────────────────────────────────────
-
- The DO command runs a program that inspects and/or alters your current file.
- See the Reference Manual for instructions on writing your own DO programs.
-