Concept Flow - Lambda creation and behavior
Define lambda with -> syntax
Store lambda in variable
Call lambda with .call
Execute lambda body
Return result from lambda
Use result or print output
This flow shows how a lambda is created, stored, called, and returns a result in Ruby.