Next: rand, Up: System [Contents][Index]
The getenv built-in function has the form:
getenv
fun getenv (string name) string:
Given the name of an environment variable, it returns a string with its value. If the variable is not defined in the environment, then the E_inval exception is raised.
E_inval