Difference between revisions of "Manuals/calci/FORALL"
Jump to navigation
Jump to search
(Created page with "==FORALL(SomeArray,SomeFunctions) == ==Description== *FORALL returns the result of applying the set of SomeFunctions to SomeArray ==Example== FORALL(1..100,"z<=100") giv...") |
(No difference)
|
Revision as of 13: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