any?-ec

[syntax] any?-ec qualifier ... test

SRFI-42: Tests whether any value of test in the sequence of bindings specified by the qualifiers is non-#f. If this is the case, #t is returned, otherwise #f. If there are no bindings in the sequence specified by the qualifiers at all then the result is #f. The enumeration of values stops after the first non-#f encountered.