Skip to content

Commit

Permalink
Add note about topicalizing rhs for infix:<andthen>.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 9, 2015
1 parent 744bf16 commit 16c4d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Language/operators.pod
Expand Up @@ -1345,7 +1345,9 @@ otherwise the last operand. Short-circuits.
=head2 infix C«andthen»
Returns the first undefined argument, otherwise the last argument.
Short-circuits.
Short-circuits. The result of the left side is bound to $_ for the
right side, or passed as arguments if the right side is a block or
pointy block.
=head1 Loose OR Precedence
Expand Down

0 comments on commit 16c4d0c

Please sign in to comment.