Embedded Functions as Arguments

You can embed functions as arguments within a function.

Example:

In the following example, the function Average is embedded in the function Sum:

sum(row[3:5], avg(row[4:6], 40, 50), row[7; 9], 70, 80)