AIPS HELP file for LIST in 31DEC24
As of Sat Oct 5 17:00:03 2024
HELP SECTION
LIST
Type: Pseudoverb (other statements on the line allowed)
Use: To list a procedure. The statement numbers printed
during the list are the ones needed during an EDIT,
ERASE, or MODIFY session.
Grammer: LIST procedurename
where 'procedurename' is the name of the procedure to
be listed.
Example: LIST MYPROC
The procedure named MYPROC will be listed.
The input line may contain other statements besides the
LIST x command. However, since LIST is a pseudoverb, it
will be executed before any of the normal verbs on the
command line.
EXPLAIN SECTION