chickadee » srfi-170 » delete-environment-variable!

delete-environment-variable!procedure

Remove the environment variable name such that a subsequent (get-environment-variable name) would return #f. If the variable cannot be removed, an exception is signaled. If name does not currently have a value, the call silently succeeds.

name
variable name