|   LIST Command  |   Reference/Commodore BASIC V3.5 
 
  LIST [first line#] [- [last line#] ]
  The LIST command displays lines of a BASIC program that have been typed in or loaded into memory.
  While a list is being displayed, pressing CTRL+S will pause it (any key to restart), and pressing the C= key will slow it down.
  By default, the F7 key issues the LIST command.
 
 
 LIST  Displays entire program
 LIST 10  Only shows line 10
 LIST -100  Shows lines from the start of the program up to and including line 100
 LIST 100-  Shows lines from 100 to the end of the program
 LIST 50-200  Shows lines from 50 to 200 inclusive
 
  L SHIFT+I
 
 
  |  
  |   |   
  
 Copyright © Plus/4 World Team, 2001-2025. Support Plus/4 World on Patreon |