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

  1. True BASIC                LIST 
  2.  
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.   LIST             │              │ to list your current file on a printer
  6.                    │              │
  7.   LIST block       │              │ to list a specified block of lines
  8.                    │              │ on a printer
  9.                    │              │
  10.   LIST n1-n2       │              │ to list lines n1 through n2 of your file
  11. ───────────────────┴──────────────┴──────────────────────────────────────────
  12. The LIST command prints your current file on a printer. It works only if 
  13. your computer has a printer connected to it.
  14.  
  15. You can list a specified part of your file on the printer.  You can MARK
  16. a block of lines, then type LIST, or you can give the command: LIST block,
  17. where `block' is the name of a function, subroutine, or picture.  If your
  18. file is line-numbered, you can specify the line numbers of the block you
  19. wish to list. You can also specify numbers for listing part of an unnumbered
  20. file: LIST 5-10 will print the fifth through the tenth lines of the file.
  21.  
  22. If you just want to see sections of your program displayed on the screen,
  23. use the Find key or the TO command instead.
  24.