method redo
| 1 | class Label | 
| 1.1 | (Label) method redo | 
Documentation for method redo assembled from the following types:
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 »