any

one of the documented procedures in this installation of the ACS
Usage:
any   pred   xs
What it does:
takes a predicate pred and a list xs and returns 1 if there exists an element of xs that fulfills pred
Defined in: /web/philip/tcl/ad-functional.tcl

Source code:


    or [map $pred $xs]


philg@mit.edu