in reply to Re: Getting for() to accept a tied array in one statement
in thread Getting for() to accept a tied array in one statement
What if the loop is left by last , next , redo , return or goto ?
Nice catch. In the Python library, this must be handled explicitly by "closing" the iterator.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting for() to accept a tied array in one statement
by LanX (Saint) on Apr 22, 2019 at 09:49 UTC |