Concept Flow - Testing scope functions and lambdas
Define variable
Call scope function
Lambda executes with variable
Modify or use variable inside lambda
Return from scope function
Use returned value or original variable
This flow shows how a variable is passed into a Kotlin scope function, modified or used inside a lambda, and then the result is returned or the original variable is used.