Concept Flow - Function definition
Start script
Define function
Call function
Execute function body
Return to main script
End script
The script starts by defining a function, then calls it, executes its body, and returns to the main script until the script ends.