Difference between revisions of "Manuals/calci/FORDOFUNCTIONS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "==FORDOFFUNCTIONS(SomeType,SomeArray,SomeFunctions) == ==Description== *SomeType may be filter, map, forall, etc. *FORDOFFUNCTIONS returns the result of applying the set of...")
 
(No difference)

Latest revision as of 13:46, 4 February 2020

FORDOFFUNCTIONS(SomeType,SomeArray,SomeFunctions)

Description

  • SomeType may be filter, map, forall, etc.
  • FORDOFFUNCTIONS returns the result of applying the set of SomeFunctions to SomeArray
  • This function is used primarily by other functions.


See Also

References