Howdy, folks. I was thinking if it's possible to implement variable-capturing functions, which means functions should be able to "capture" variables declared earlier outside their scope. This works ...