Manuals/calci/THEREEXISTS
THEREEXISTS(SomeArray,SomeFunctions)
THEREEXISTS (SomeArray,SomeFunctions)
Description
- THEREEXISTS returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to true for the array when the functions are applied.
- This can also be represented by the notation ∃a("x<810") etc.
Example
FORALL(1..100,"z<=100")
gives true
FORALL(1..100,"z<=50")
gives false
See Also
References
Example
THEREEXISTS(1..100,"x<=0")
gives false