getenv¶
Get or set an environment variable
getenv¶
Get the value of an environment variable
getenv x getenv[x]
where x is a symbol atom naming an environment variable, returns its value.
setenv¶
Set the value of an environment variable
x setenv y setenv[x;y]
where
xis a symbol atomyis a string
sets the environment variable named by x.