On Wed, May 15, 2019 at 7:14 AM Peter Wiehe <peter.wie...@gmail.com> wrote:
>
> How do I access the commandline arguments? argv, *ARGV* and ext:*ARGV*
> don't work. I get the error "Unbound variable" (when I type "scheme
> --load myprog.scm").

The procedure for retrieving command-line arguments with --load is
called `command-line-arguments'.

https://www.gnu.org/software/mit-scheme/documentation/mit-scheme-user/Command_002dLine-Options.html

_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to