main[procedure] main args
SRFI-22: entry point of Scheme script. args is a list
of command line arguments, including the script name as the first element.
Should return an exact nonnegative integer which will be used
as the exit status.
Some Scheme implementations provide another way to obtain command line
arguments. See *argv*, argv, command-line-arguments.
|