# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128210] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128210 >
<masak> m: my $x = 0; say $x ≅ 0 :tolerance(1e-3) <camelia> rakudo-moar 7a4ca4: OUTPUT«===SORRY!=== Error while compiling /tmp/Pvx3eWkBNWYou can't adverb &infix:<≅> [...] <masak> can't adverb? o rly? <masak> how do I $x ≅ 0 :tolerance ? <bartolin> m: my $x = 0; say ($x ≅ 0, :tolerance(1e-3)) <camelia> rakudo-moar 7a4ca4: OUTPUT«(True tolerance => 0.001)» <bartolin> like that? <bartolin> no, probably not ... <masak> nope, that's just printing a pair, not passing an adverb. <masak> I believe I haz found... a bug * masak .oO( dun dun DUN ) * masak submits rakudobug