7.3 POSIX environment

Procedure: getenv = (string varname) string

Procedure that yields the value of the environment variable varname as a string. If the specified environmental variable is not defined the this procedure returns an empty string.