back to Command Reference
[All Models]
Displays all or part of the current specified program.
{ [start line number] [- [end line number]] }
{ ----------------- --------------- }
LIST { Line number Line number }
{ [.] }
{ [ALL] }
LIST 100
LIST 100 - 300
LIST - 400
LIST
| Command | Explanation |
|---|---|
LIST |
EXE (All lines from beginning of program) |
LIST 30 |
EXE (Line 30) |
LIST 50-100 |
EXE (Lines 50 through 100) |
LIST 200- |
EXE (From line 200 through end of program) |
LIST -80 |
EXE (From beginning of program through line 80 |
LIST . displays the line in which the error was generated.LIST command execution can be halted by pressing the BRK key.LIST command execution. To restart
execution, press the EXE key or one of the alphanumeric keys.CAL mode.ALL displays all programs in sequence from area P0 through P9.
This is useful for reviewing the contents of all program areas at once.