Manuals/calci/THEREEXISTS

From ZCubes Wiki
Revision as of 14:49, 4 February 2020 by Joseph (talk | contribs) (Created page with "==THEREEXISTS(SomeArray,SomeFunctions) == ==Description== *THEREEXISTS returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to true for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Example

THEREEXISTS(1..100,"x<=0")

gives false


See Also

References