Navigation

Operators and Keywords

Function List:

C++ API

: setenv (var, value)
: setenv (var)
: 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