Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Point to "Nil while foo()" idiom
  • Loading branch information
lizmat committed Jun 12, 2018
1 parent d13b36d commit ccb4f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/5to6-perlop.pod6
Expand Up @@ -367,8 +367,8 @@ arguments has been replaced by C<@*ARGS>.
=head2 No-ops
Although it's not specifically documented, C<1 while foo();> appears to
work in this sense.
C<1 while foo();> works in the same way as it does in Perl 5, however the
idiom is mostly written as C<Nil while foo()>.
=head2 Bitwise String Operators
Expand Down

0 comments on commit ccb4f25

Please sign in to comment.