In type/Label§
See primary documentation in context for method next
method next(Label:)
Begin the next iteration of the loop associated with the label.
MY-LABEL:for 1..10# OUTPUT: «5 6 7 8 9 10 »
See primary documentation in context for method next
method next(Label:)
Begin the next iteration of the loop associated with the label.
MY-LABEL:for 1..10# OUTPUT: «5 6 7 8 9 10 »