os-envs ( -- assoc )
Environment variables

Prev:os-env ( key -- value )
Next:set-os-env ( value key -- )


Vocabulary
environment

Inputs
None

Outputs
assocan association mapping strings to strings


Word description
Outputs the current set of environment variables.

Notes
Names and values of environment variables are operating system-specific.

See also
os-env, set-os-env, unset-os-env, set-os-envs, set-os-envs-pointer, change-os-env, with-os-env

Definition