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


<masak> r: say [max] <2 11>
<p6eval> rakudo 4373f0: OUTPUT«2␤»
<masak> n: say [max] <2 11>
<p6eval> niecza v15-6-gefda208: OUTPUT«11␤»
<masak> inneresting.
* masak submits rakudobug
<brrt> max compares them as strings, seems to be the explanation
<masak> brrt: they are strings.
<masak> brrt: actually, they are weird Str/Int hybrids, and the Int
aspect should probably win when sorting.
<brrt> i would hope so

Reply via email to