set-os-env ( value key -- )
Environment variables

Prev:os-envs ( -- assoc )
Next:unset-os-env ( key -- )


Vocabulary
environment

Inputs
valuea string
keya string


Outputs
None

Word description
Set an environment variable.

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

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

Definition


Methods