LIST{U}{L} {line-no1} {,line-no2}

LIST
displays to the screen (or whichever output device is selected) the program currently in memory.

LISTU
lists all keywords in uppercase.

LISTL
lists all keywords in lower case.

LIST line-no1
lists line-nol to the screen.

LIST line-no1,line-no2
lists all lines between these two numbers (inclusively).

See also LLIST, LPRINT, PRINT.