Concept Flow - Lambda syntax and behavior
Define lambda function
Call lambda with argument
Execute expression inside lambda
Return result
Use result in program
A lambda is a small unnamed function defined and called with an argument, which returns the result of a simple expression.