1 2 3 4 5 6
IMPORT agg SYMBOLS $Agg_sum, $Agg_max; $Square = ($x) -> { RETURN $x * $x; }; EXPORT $Square, $Agg_sum, $Agg_max;