S9fES  (environment-variable string)  ==>  string | #f

Return the value of the environment variable STRING. If
the variable is undefined, return #F.

(environment-variable "HOME")         ==>  "/u/home/nmh"
(environment-variable "nonexistent")  ==>  #f
