Documentation for method redo
assembled from the following pages:
Class: Label §
From Label
(Label) method redo §
Defined as:
method redo(Label:)
Repeat the same iteration of the loop associated with the label.
my = False; MY-LABEL:for 1..10 # OUTPUT: «1 2 3 4 5 5 6 7 8 9 10 »