with-os-env ( value key quot -- )


Vocabulary
environment

Inputs
valuea string
keya string
quotquotation


Outputs
None

Word description
Calls a quotation with the key environment variable set to value, resetting the environment variable afterwards to its previous value.

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

Definition