Indeed, but you can't redo to a label that is not in labling the current scope:
FOO: { # scope 1 { # scope 2 redo FOO; # Ok } redo FOO; # Ok } { # scope 3 redo FOO; # Illegal }
Prints:
In reply to Re^3: returning to a loop later on
by GrandFather
in thread returning to a loop later on
by Yoda_Oz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |