I was curious in what ways the compiler handled lambdas declared in loops. I've had a few cases where I've declared lambdas inline so that I can use variables local to the calling method within the lambda. I've included two examples below. I was curious in what ways the compiler handled