|
|
|
|
|
by jcampbell1
4733 days ago
|
|
> In the logical sense each function has its own closure. There is no way functions should affect the variables closed on by each other. So you shouldn't expect this. What? The whole point of a closure is that it is shared. |
|