# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119473] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119473 >
<BenGoldberg> rn: sub postfix:<!>(Int $a) { [*] 1..$a }; say 5!; say 5.! <camelia> niecza v24-88-g1f87209: OUTPUT«120120» <camelia> ..rakudo fe289b: OUTPUT«===SORRY!===CHECK FAILED:Undefined routine '&postfix:<.>' called (lines 1, 1)» * masak submits rakudobug <masak> std: sub postfix:<!>(Int $a) { [*] 1..$a }; say 5!; say 5.! <camelia> std 06636e4: OUTPUT«ok 00:00 48m»