[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Newbie: Compiling and commandline args
From: |
Aaron S. Hawley |
Subject: |
Re: [MIT-Scheme-devel] Newbie: Compiling and commandline args |
Date: |
Wed, 15 May 2019 08:22:04 -0400 |
On Wed, May 15, 2019 at 7:14 AM Peter Wiehe <address@hidden> 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