====== 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>01_user_documentation:07_rgg_xl:02_xl:08_object:05_aggregate}}