NextPrevUpTopContentsIndex

*line-arguments-list*

Variable
Summary

List of the command line arguments used when LispWorks was invoked.

Package

system

Initial Value

nil

Description

This variable contains a list of strings. These are the arguments with which LispWorks was called, in the same order. The first element is the executable itself.

You can implement command line processing in your application by testing elements in *line-arguments-list* . Use a string comparison function such as string= to compare them.

For a description of the command line arguments processed by LispWorks, see "The Command Line" in the LispWorks User Guide .

See also

lisp-image-name


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex