RosettaCodeData/Task/Multiple-distinct-objects/E/multiple-distinct-objects.e

5 lines
84 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
pragma.enable("accumulator")
...
accum [] for _ in 1..n { _.with(makeWhatever()) }