Add the following command-line options to Scheme. They are processed
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 20 Aug 1991 22:01:33 +0000 (22:01 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 20 Aug 1991 22:01:33 +0000 (22:01 +0000)
commit7ec4680e36847e24c56643d22e470eac3d11559b
treee7d65a926370ad610c56b4603d5abe49d4f85609
parentf1fcd12ed31298f916f8c8f0c51170c8ee3416ec
Add the following command-line options to Scheme.  They are processed
before the init file (typically called ".scheme.init") is loaded:

  Option Keyword Effect
  -------------- ------

  -eval EVALuate the expressions following the keyword
in the USER-INITIAL-ENVIRONMENT, up to (but
not including) the next option that starts
with a hyphen.

  -load LOAD the files following the keyword, up to
(but not including) the next option that
starts with a hyphen.

  -no-init-file Do not load the init file.  Name chosen to be
consistent with Emacs.
v7/src/runtime/load.scm
v8/src/runtime/load.scm