Add or change an environment variable
putenv (String_Type s)
This functions adds string s to the environment. Typically, s should of the form "name=value". The function signals a S-Lang error upon failure.
This function is not available on all systems.