Menu

#54 Implement nonlocal 'with' contexts

1.0
open
nobody
5
2007-08-30
2007-08-30
No

If the body of with statement contains nested procedures, these procedures shall be allowed to access the with context via implicit qualification even though this context is nonlocal.

Discussion