559 bytes added
, 19:48, 4 February 2020
==FORALL(SomeArray,SomeFunctions) ==
==Description==
*FORALL returns the result of applying the set of SomeFunctions to SomeArray
==Example==
FORALL(1..100,"z<=100")
gives true
FORALL(1..100,"z<=50")
gives false
==See Also==
*[[Manuals/calci/FORALL| FORALL]]
*[[Manuals/calci/THEREEXISTS| THEREEXISTS]]
*[[Manuals/calci/THEREDOESNOTEXIST| THEREDOESNOTEXIST]]
*[[Manuals/calci/THEREEXISTSONE| THEREEXISTSONE]]
*[[Manuals/calci/FORDOFFUNCTIONS| FORDOFFUNCTIONS]]
==References==
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]