Handbook
Glossary
os-env? ( key -- ? )
Vocabulary
environment
Inputs
key
a
string
Outputs
?
a
boolean
Word description
Returns
t
if the environment variable is set to a non-empty value.
Definition
USING:
kernel
sequences
;
IN:
environment
:
os-env?
( key -- ? )
os-env
empty?
not
;