# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69740] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69740 >
<moritz_> perl6: constant ($a, $b) = 1, 2; say "$a $b" <p6eval> rakudo d749d9: OUTPUT«No applicable methods. [...] [...] <moritz_> ouch, that looks like a rakudobug <moritz_> rakudo: constant $a = 3; say $a <p6eval> rakudo d749d9: OUTPUT«3» <shinobi-cl> i was trying to define many constants in a compact way <moritz_> masak: care to submit? :-) * masak cares to submit <moritz_> std: constant ($a, $b) = 1, 2; say "$a $b" <p6eval> std 28773: OUTPUT«ok 00:02 115m»