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


<masak> rakudo: say [mod] 100, 99, 88, 77, 66, 55, 44
<p6eval> rakudo 34c1ba: OUTPUT«===SORRY!===␤Could not find sub &infix:<mod>␤»
<masak> huh?<colomon> huh.
<masak> rakudo: say 100 mod 99
<p6eval> rakudo 34c1ba: OUTPUT«1␤»
* masak submits rakudobug
<colomon> rakudo: say [div] 100, 99, 88, 77, 66, 55, 4
<p6eval> rakudo 34c1ba: OUTPUT«0␤»
<colomon> something wrong with the ordering of .pm files in the build, maybe?
<moritz_> colomon: is it 'our' multi infix:<mod>?
<colomon> maybe it's the our, that's the only difference I see from div

Reply via email to