Within the scope of a function, I want to define and execute a closure which captures variables which exist only within the scope of the "outer" function.
I