function call

The invocation, by a calling routine, of a programmer-defined function. This syntax includes the function name followed by the actual argument values, in parentheses. The function call can be explicit (with the CALL statement) or implicit (by including the function call within a 4GL expression).

See also actual argument, calling routine, programmer-defined function, pass-by-reference, pass-by-value.