Concept Flow - Why functions organize scripts
Start Script
Define Function
Call Function
Function Runs
Return Result
Continue Script or End
The script starts by defining a function, then calls it to run its code, which helps keep the script organized and reusable.