Functions Used as Function Arguments
Functions can be used the same way variables, literals and attributes are used. Functions can be used as arguments of other functions, etc.
Example:
abs(TableCount('SF_Component table'; 'MolecularWeight > 20' )) > 0
Function TableCount is an argument of the Abs function.