Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual
Page 78

RPBASIC-52 PROGRAMMING GUIDE
2-59
LIST
Syntax:
LIST
LIST line number
LIST line number - line number
Where: line number is a program line number
Function:
Prints all or some of a program to the console.
Mode:
Comm and
Use:
LIST 10-100
Card:
All
D E S C R IP T I ON
The LIST comm and prints the program in RAM to the console device. LIST inserts spaces after the line
number and before and after instructions. Program listings are terminated with a
LIST line number lists the program line number to the end of the program. LIST line number-line number
lists the program from the first line num ber to the second line numbe r.
RELATED
LIST#