Skip to content

Commit

Permalink
Changes again indexing of ??!! operator
Browse files Browse the repository at this point in the history
It's now indexed as `infix`. This would be the 4th time we close #1851. Will this be the last one?
Who knows...
  • Loading branch information
JJ committed Apr 28, 2018
1 parent d5518b7 commit 2adf40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/operators.pod6
Expand Up @@ -1922,9 +1922,9 @@ my %loser = points => 20, misses => 10;
=head1 Conditional Operator Precedence
=head2 infix C<?? !!> X<|operator,conditional>
=head2 infix C<?? !!>
Also called X<Ternary operator|?? !!> or conditional operator.
Also called X<ternary operator|operator,ternary> or X<conditional operator|operator,conditional>.
C<$condition ?? $true !! $false> evaluates C<$condition> and returns the expression right behind ??, in this case C<$true> if it is C<True>, otherwise evaluates and returns the expression behind !!, C<$false> in this case.
Expand Down

0 comments on commit 2adf40d

Please sign in to comment.