[top][index]
search for:

getenv -- get value of environment variable

getenv s -- yields the value associated with the string s in the environment.

i1 : getenv "HOME"

o1 = /home/users/dan

Ways to use getenv :

  • getenv String

  • [top][index]
    search for: