In Control flow§
See primary documentation in context for redo
The redo
command restarts the loop block without evaluating the conditional again.
for 1..5 -># OUTPUT: «Entering #1... Entering #2... Entering #3... Entering #3... Entering #4... Entering #5... Entering #5... »