Nested input arguments

When a function, operator, or map is used as an input argument, each of these has arguments of its own. Arguments of other arguments are said to be nested.

For example, in the use of the ABS function, you can use a function as an argument:

ABS ( UNIQUE ( Quantity:LineItem ) )

The output of the UNIQUE function becomes the input argument to the ABS function.