# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74070] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74070 >
<masak> rakudo: say -0; say -"0" <p6eval> rakudo 38db52: OUTPUT«0-0» * masak submits rakudobug <masak> :D <ash_> rakudo: say -+"0"; <p6eval> rakudo 38db52: OUTPUT«-0» <jnthn> rakudo: say -0.0; <p6eval> rakudo 38db52: OUTPUT«0» It's possible that this is actually "correct" behavior, and that the actual bug is that prefix:<+> and prefix:<-> return Num when they can return Int. If so, feel free to close this ticket.