01_user_documentation:07_rgg_xl:02_xl:08_object:05_aggregate
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 01_user_documentation:07_rgg_xl:02_xl:08_object:05_aggregate [2025/08/20 10:32] – removed - external edit (Unknown date) 127.0.0.1 | 01_user_documentation:07_rgg_xl:02_xl:08_object:05_aggregate [2025/08/20 10:32] (current) – ↷ Links adapted because of a move operation gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Aggregates ====== | ||
| + | Generator expressions provide a convenient and efficient means to yield multiple values. Their counterpart are aggregate expressions which take multiple values in succession as input and produce a single value as result, e. g., the sum of all values. The XL programming language defines a single built-in aggregating operator (the containment operator) and a mechanism for aggregate methods. | ||
| + | |||
| + | ===== ===== | ||
| + | |||
| + | |||
| + | {{namespace> | ||
