Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ l — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
LIST -- Produces a list of program routines, program variables, DEBUG
        definitions, DEBUG macros, breakpoints, or alternate search
        directories.  If you specify LIST by itself, you get information on
        all these elements, but if you specify an argument following LIST,
        DEBUG restricts the information to a particular element.  L is the
        legal abbreviation for LIST.

  > LIST -Breakpoint    (Lists every breakpoint in the program.)
  > LIST -Breakpoint f\ (Lists every breakpoint in routine f.)
  > LIST -Routines      (Lists every routine in program.)
  > LIST -Variables     (Lists every program variable in program.)
  > LIST -Variables f\  (Lists every program variable in routine f.)
  > LIST -Macro         (Lists every macro in program.)
  > LIST -DV            (Lists all active DEBUG variables.)
  > LIST -Define        (Lists every DEBUG definition in program.)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026