All Manuals > LispWorks User Guide and Reference Manual > 49 The SYSTEM Package

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.

See also

lisp-image-name


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex