Concept Flow - Anonymous functions
Define anonymous function inline
Pass function as argument or assign
Call anonymous function
Execute function body
Return result
End
Anonymous functions are created without a name and used immediately or passed as arguments, then executed to return a result.