I found that it is possible to unset an environment variable by setting
it to #f. For example, (set-environment-variable! "FOOBAR" #f) unsets
the environment variable named "FOOBAR". However, this doesn't seem to
be documented anywhere in the user manual or reference. Is this the way
to unset an environment variable in MIT Scheme?

I am running MIT Scheme 11.2.

Reply via email to