Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: setenv (var, value)
Built-in Function: setenv (var)
Built-in Function: putenv (…)

Set the value of the environment variable var to value.

If no value is specified then the variable will be assigned the null string.

See also: unsetenv, getenv.

Package: octave