# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #83622] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=83622 >
<TimToady> rakudo: say NaN == NaN <p6eval> rakudo a37640: OUTPUT«Bool::False» <masak> ?(NaN == NaN) is supposed to be False. <masak> er, False. <TimToady> rakudo: say NaN === NaN <p6eval> rakudo a37640: OUTPUT«Bool::False» <TimToady> that one could be true, since it's asking a non-numeric question <masak> hm, true. * masak submits rakudobug