Re: new "state" variables... nest properly??



On Dec 27, 5:43 pm, Ben Morrow <b...@xxxxxxxxxxxx> wrote:

This section 'fails': the second time through, $Var is already set,
since it preserves its value from last time Outer was called.

Ben

yes, the "set locals to empty" bizness goes away, but it seems mid-
level variables now work.
In many cases I'm happy to have tio initialize locals and on exit
leave dangling variables if I get the benefit of being able to access
mid-level vars with impunity. It *seems* like we now have this.



.