# New Ticket Created by   
# Please include the string:  [perl #123776]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=123776 >


m: my $a; BEGIN { $a := 1; say $a; }; say $a;
rakudo-{parrot,moar} 0cb22e: OUTPUT«1␤(Any)␤»

m: my $a; BEGIN { $a = 1; say $a; }; say $a; # works with assignment
rakudo-{parrot,moar} 0cb22e: OUTPUT«1␤1␤»

Reply via email to