Operators and Keywords
Function List:
C++ API
Return the value of the environment variable var.
For example,
getenv ("PATH")
returns a string containing the value of your path.
See also: setenv, unsetenv.
Package: octave