Skip to content

Commit 16c4d0c

Browse files
committed
Add note about topicalizing rhs for infix:<andthen>.
1 parent 744bf16 commit 16c4d0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Language/operators.pod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,9 @@ otherwise the last operand. Short-circuits.
13451345
=head2 infix C«andthen»
13461346
13471347
Returns the first undefined argument, otherwise the last argument.
1348-
Short-circuits.
1348+
Short-circuits. The result of the left side is bound to $_ for the
1349+
right side, or passed as arguments if the right side is a block or
1350+
pointy block.
13491351
13501352
=head1 Loose OR Precedence
13511353

0 commit comments

Comments
 (0)