next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
directory
|
Macaulay 2 web site
Macaulay2Doc
>
The Macaulay 2 language
>
system facilities
>
getenv
getenv -- get value of environment variable
Description
getenv s
yields the value associated with the string s in the environment.
i1 : getenv "HOME" o1 = /home/mandrake
Ways to use
getenv
:
getenv(String)