arg*[procedure] arg arglist n [default]
[procedure] arg* arglist n [default-thunk]
Scsh: returns n-th element of arglist,
where the index is 1-based. If arglist is shorter
than n, default is returned
(or default-thunk is called).
Convenient to
access the command line arguments. See command-line,
command-line-arguments.
|