<masak> [...] (0 xor 0) gives an Int right now in Rakudo. that's wrong.
<masak> I believe there's a ticket for it.
<masak> here: http://rt.perl.org/rt3/Ticket/Display.html?id=73280
<masak> it's talking about infix:<^^>
<masak> but I'd bet the same goes for infix:<xor>
<masak> rakudo: say (90 xor 4).WHAT
<p6eval> rakudo 1eef08: OUTPUT«Method 'WHAT' not found for invocant of class 
'Undef'
<masak> pugs: say (90 xor 4).WHAT
<p6eval> pugs: OUTPUT«Bool␤»
<masak> rakudo: say (0 xor 0).WHAT
<p6eval> rakudo 1eef08: OUTPUT«Int()␤»
* masak updates ticket subject

Reply via email to