We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edcf11 commit 6e322dcCopy full SHA for 6e322dc
doc/Language/control.pod
@@ -641,6 +641,8 @@ $x++ while $x < 12
641
642
Also see C<repeat/while> and C<repeat/until> below.
643
644
+All these forms may produce a return value the same way C<loop> does.
645
+
646
=head2 X<repeat/while, repeat/until|control flow,repeat>
647
648
Perl 5 allows one to apply a statement modifier to a C<do> block such that
@@ -665,6 +667,8 @@ This can also be written quite naturally with C<until>:
665
667
...
666
668
} until $x >= 10;
669
670
671
672
=head2 X<return|control flow>
673
674
=comment TODO
0 commit comments