Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   GET-ENV var

DESCRIPTION

Returns the value of an OS environment variable (for current process).

GET-ENV is a native value.

ARGUMENTS

  • var (any-string! any-word!)

#SOURCE

get-env: make native! [  [
    {Returns the value of an OS environment variable (for current process).}
    var [any-string! any-word!]
] ]
Clone this wiki locally