Next: Current Working Directory, Previous: Process ID Information, Up: System Utilities
Return the value of the environment variable var. For example, getenv ("PATH") returns a string containing the value of your path.
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.