Concept Flow - Function declaration and syntax
Start
Declare function with name and parameters
Define function body with statements
Function ready to be called
Call function with arguments
Execute function body
Return value or end
End
This flow shows how a function is declared, then called, and how it runs its code and returns a result.