original commit: 48457a6bda28c0ad528aea95d661903bf74fe964
This commit is contained in:
Matthew Flatt 2003-06-06 16:02:35 +00:00
parent 506aebaced
commit d48d31aa7f
2 changed files with 10 additions and 7 deletions

View File

@ -314,10 +314,11 @@ If the executable name has the form scheme-\|\c
-qAerC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c
"))'
so that the first actual command-line argument is the name of a file
to load; the file should define `main', which is called with the
remaining arguments in a list.
In addition, the first command-line argument is duplicated, so that it
serves as both the name of a file and the first argument to that file;
the file should define
.BR main ,
which is called with the arguments in a list.
.SH FILES
The file "~/.mredrc" is loaded before any provided

View File

@ -259,9 +259,11 @@ If the executable name has the form scheme-\|\c
-qAerC '(require (lib "init.ss" "script-lang" "\|\c
.I dialect\|\c
"))'
so that the first actual command-line argument is the name of a file
to load; the file should define `main', which is called with the
remaining arguments in a list.
In addition, the first command-line argument is duplicated, so that it
serves as both the name of a file and the first argument to that file;
the file should define
.BR main ,
which is called with the arguments in a list.
.SH FILES
The file "~/.mzschemerc" is loaded before any provided