argv[procedure] argv
Chicken, STklos: returns a list of command line arguments, including
the name of the executing string as the first element.
See also command-line-arguments, argc, *argv*.
[procedure] argv n [default]
Scsh: returns n-th command-line arguments.
The index is 0-based. The argument list doesn't contain
the program name. See also arg, arg*,
command-line.
|