Terry Reedy wrote: > What if I *want* a closure to be over variables, > as normal, instead of values. You can always assign the loop value to another variable inside the loop. Or use some other approach, such as a while loop. -- Greg