S9fES  (environ string)  ==>  string | #f

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

(environ "HOME")         ==>  "/u/home/nmh"
(environ "nonexistent")  ==>  #f
