command-line-arguments

[procedure] command-line-arguments [newval]

Chicken: gets/sets the list of arguments passed to the script, with the script name removed.

Some implementations provide a global variable *argv* to access command-line arguments.

The portable way (in future) will be to use SRFI-22 interface. See main.

[variable] command-line-arguments

Scsh: keeps a list of strings of command-line arguments. The procedure version in Scsh is command-line.