getenv

getenv -- Get the value of an environment variable.

Description

string getenv(string varname);

Returns the value of the environment variable varname, or false on an error.