LIST -set listSize
Set the listSize.
LIST -get
Print the listSize.
LIST -f
Print the list of the file names of the current program.
LIST line
Print lines centered around the line specified by line.
LIST first,last
Print lines from first to last.
LIST ,last
Print lines ending with last.
LIST first,
Print lines starting with first.
LIST +
Print listSize lines just after the lines last printed.
LIST -
Print listSize lines just before the lines last printed.
LIST
The same of LIST +.
line, first, last may be:
number : Specifies line number of the current source file. If is the last
argument, this refers to the same source file as the first argument.
+number : Specifies the line offset after the last line printed. If is the last
argument, this specifies the line offset down from the first argument.
-number : Specifies the line offset before the last line printed. If is the last argument,
this specifies the line offset up from the first argument.
paragraph-name : Specifies the line that begins the body of the named paragraph.
filename:paragraph-name: Specifies the line that begins the body of the named paragraph in the named file.