Rebol Programming/get-env
USAGE:
editGET-ENV var
DESCRIPTION:
editGets the value of an operating system environment variable.
GET-ENV is a native value.
ARGUMENTS
edit- var -- Variable to lookup (Type: string)
SOURCE CODE
editget-env: native[ {Gets the value of an operating system environment variable.} var [string!] "Variable to lookup" ]