Functions

When a function is called by its name, what happens?
When a function is called by its name, what happens?
Explanation of the sequence - identify function, pass arguments, execute code, return value - that occurs when calling a function.