> Date: Mon, 9 Sep 2019 01:36:46 +0800 > From: SB <[email protected]> > > > mit-scheme --batch-mode --load script.scm --eval '(%exit 0)' > > Is `(%exit 0)` documented? `exit` is documented, but I can't seem to find > `%exit` in the documentation.
In olden days, exit would interactively prompt for confirmation, while %exit would not. Evidently this changed last year but my finger memory has not been updated -- now %exit is an alias for exit. _______________________________________________ MIT-Scheme-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
