# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #63396]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63396 >


<jnthn> rakudo: my $x = True; $x &&= True; say $x;
<p6eval> rakudo 2a9382: OUTPUT«1␤»
<jnthn> rakudo: my $x = True; $x &&= False; say $x;
<p6eval> rakudo 2a9382: OUTPUT«1␤»
<jnthn> ...erm.
* jnthn summons masak
<masak> ta-daa!
<jnthn> masak: Hey look rakudobug!
<masak> ooh!
* masak submits

To be clear on what seems wrong here: the second evaluation should not
evaluate to 1, since True && False is False.

Reply via email to