Login
Plus/4 EncyclopediaFirstBackNextLast

LIST Command
Category
Reference/Commodore Basic V3.5

Topic
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.

Examples
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

Abbreviation
L SHIFT+I



Copyright © Plus/4 World Team, 2001-2024