Returns the value of the environment variable.
function getEnvironmentVar input String var; output String value "returns empty string on failure"; end getEnvironmentVar;