os-env? ( key -- ? )


Vocabulary
environment

Inputs
keya string


Outputs
?a boolean


Word description
Returns t if the environment variable is set to a non-empty value.

Definition