< Rebol Programming

USAGE:

GET-ENV var 

DESCRIPTION:

Gets the value of an operating system environment variable.

GET-ENV is a native value.

ARGUMENTS

  • var -- Variable to lookup (Type: string)

SOURCE CODE

get-env: native[
    {Gets the value of an operating system environment variable.} 
    var [string!] "Variable to lookup"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.