LISTL.

A command which causes lines of the current program to be listed out to the console with the automatic formatting options specified by LISTO.

LISTLists the entire program.
LIST ,111Lists up to line 111.
LIST 111,Lists from line 111 to the end.
LIST 111,222Lists lines 111 to 222 inclusive.
LIST 100Lists line 100 only.

A hyphen is an acceptable alternative to a comma.

Escape will abort the listing.

LIST may be included within a program, but it will exit to the command mode on completion of the listing.

Syntax

Associated Keywords