environment-variable-setter

Sets the value of an environment variable.

Exported from

Arguments

valueAn instance of <byte-string>, or #f to remove the environment variable from the environment.
nameAn instance of <byte-string>.  The name of an environment variable.

Values

valueThe same value passed as an argument.

See also

environment-variable

The operating-system module contains functions for dealing with environment variables, the current user, and processes.
The class of vectors with elements that are eight-bit characters.
Returns the value of an environment variable.