command-line

[procedure] command-line

R6RS, Scsh: returns a list of strings of command-line arguments, including the program name.

Bigloo: returns a list of strings of command-line arguments, excluding the program name. See also executable-name.

Chicken has command-line-arguments. In Scsh, command-line-arguments is a variable.

Guile: Same as Scsh.

MIT-Scheme: Same as Bigloo. No executable-name procedure, though.