any

[procedure] any pred clist1 clist2 ...

SRFI-1: Applies the predicate across the lists, returning true if the predicate returns true on any application.

ChezScheme has the same function by the name ormap, except that the length of lists must be the same in Chez's.

See also every.