procedure setenv
Set or change an environment variable.
Syntax
setenv VARIABLE, VALUE
Arguments
| VARIABLE: | A string with the name of the new environment variable |
| VALUE: | A string with the value of the new environment variable |
See also
function getenv
