Env-Is

(env-is key-string value-string) -> boolean

Tests if the given key and value pair are found in *env*, using equal? for the test.

Example:

>> (env-is "TERM_PROGRAM" "Apple_Terminal")
:: #t
>> (env-is "TERM_PROGRAM" "Apple Terminal")
:: #f