os.getenv (varname)
Returns the value of the process environment variable varname, or nil if the variable is not defined.
os.getenv (varname)
Returns the value of the process environment variable varname, or nil if the variable is not defined.
Please login to continue.