Show TOC

Background documentationFunction Call Expression

 

A function call expression calls a BRFplus function, maps the expression context to the function context, and returns a result. A function call expression can call different functions based on the input.

For example, a function call expression can be used to calculate the tax for different countries. The function call expression calls the respective functions based on the country and passes the context data.