function call

An expression that evaluates (known as calling or invoking) a function. Functional calls can have two forms, depending on whether the function has the decides effect: FunctionName() and FunctionName[].