Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the repeat/while docs viewable
  • Loading branch information
Paul Cochrane committed Apr 15, 2015
1 parent cd83ead commit fb6f481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Language/control.pod
Expand Up @@ -140,6 +140,8 @@ specify a final value for the block.
=head2 loop
=end comment
=head2 repeat/while, repeat/until
Perl 5 allows one to apply a statement modifier to a C<do> block such that
Expand All @@ -164,6 +166,8 @@ This can also be written quite naturally with C<until>:
...
} until $x >= 10;
=begin comment
=head2 unless
=head2 while
Expand Down

0 comments on commit fb6f481

Please sign in to comment.