application-arguments
Returns an application’s command-line arguments; in C terms, argv[1..n].
Exported from
Module common-dylan
Module common-extensions
Module operating-system
Values
strings
An instance of
<simple-object-vector>
. Each element is a
<string>
.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The operating-system module contains functions for dealing with environment variables, the current user, and processes.
The class of simple vectors that may have elements of any type.
The class of sequences with elements that are characters.