get-env
Name
get-env -- Get an environment variable.
Type: function
Synopsis
Arguments
- key
An instance of <string>
Return Values
- val
An instance of <string-or-false>
Description
Get the value of an environment variable. Returns #f if the variable
is not defined.