Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−nerdponx4yDoesn't Perl also have this? It would be a great feature in Python, although I wouldn't use it very often.−gnubison4yIn Perl, any “bare block” is equivalent to a loop that only runs once. Useful in conjunction with redo too.
Comments
Doesn't Perl also have this? It would be a great feature in Python, although I wouldn't use it very often.
In Perl, any “bare block” is equivalent to a loop that only runs once. Useful in conjunction with redo too.