Difference between revisions of "Manuals/calci/THEREDOESNOTEXIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "==THEREDOESNOTEXIST(SomeArray,SomeFunctions) == ==Description== *THEREDOESNOTEXIST returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate...")
(No difference)

Revision as of 14:50, 4 February 2020

THEREDOESNOTEXIST(SomeArray,SomeFunctions)

Description

  • THEREDOESNOTEXIST returns the result of applying the set of SomeFunctions to SomeArray, if results evaluate to false for the array when the functions are applied.

Example

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

gives true


See Also

References