New control structures
New control structures
ID: 2087Owner: Samantha
Date: 2013-03-04 12:36:53Priority: Moderate
Product/Component: Cadre Bugs
Under consideration:

- for (more-or-less C style) — for(init, while, step)
- map (foreach(), but it returns an array)
- zip (foreach() over two lists, pairwise)
- reduce (like summing a list, but with arbitrary functions at each step)
- range (generates a list of numbers)
- filter