# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74656] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74656 >
<JimmyZ> rakudo: my $b = &time; say &$b; <p6eval> rakudo e393c7: OUTPUT«» <JimmyZ> alpha: my $b = &time; say &$b; <p6eval> alpha 30e0ed: OUTPUT«time» <masak> JimmyZ: I can't say anything about that one. <masak> JimmyZ: stringification of subs may well be implementation-dependent. <JimmyZ> alpha: my $b = &time; say $b; <p6eval> alpha 30e0ed: OUTPUT«time» <JimmyZ> rakudo: my $b = &time; say $b; <p6eval> rakudo e393c7: OUTPUT«time» <masak> oh. * masak submits rakudobug <masak> :) * jnthn is a tad confused what the &$ combination is doing. <jnthn> As in, what it should do.
