Control flow is the order in which the code is executed which is affected by the structure fo the code.
A function is a portion of code that is designated to perform a particular task.
Invoking, or calling, is activating the function so it can perform the code within it.
This is an operator that invokes the function.