Next: Current Working Directory, Previous: Process ID Information, Up: System Utilities [Contents][Index]
Return the value of the environment variable var. For example,
getenv ("PATH")
returns a string containing the value of your path.
Set the value of the environment variable var to value.