(has-env string) -> pair or #f
Given a key that may be found in *env*, returns the associated pair if found, or #f if not.
Example:
>> (has-env "TERM_PROGRAM") :: ("TERM_PROGRAM" "Apple_Terminal") >> (has-env "TERM PROGRAM") :: #f