An iterative version of the function `some'. Bind each element of list inturn. If the body returns non-nil, return the result. This can be faster thanthe regular function, especially when lexical variables are used in thepredicate.