27 *
string getenv(
string var);
58 int setenv(
string env, softstring val);
int unsetenv(string env)
Unsets an environment variable.
*string getenv(string var)
Retrieves the value of an environment variable or NOTHING if the variable is not set.
int setenv(string env, softstring val)
Sets an environment variable to a value.