# New Ticket Created by Colin Kuskie # Please include the string: [perl #45209] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45209 >
Parrot is supposed to follow IEEE conventions for truth. 0.0 and -0.0 are false, NaN is true. Currently, parrot considers -0.0 to be true. This is shown by t/examples/tutorial.t, for the 51_if_unless.pir test.