string-not-empty-or-false
r7rs
string-or-false
value-or-false
get-environment-variable
(lambda (value) (or (and (string? value) (not (zero? (string-length value)))) (false? value)))
types-miscellaneous
types