# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #76508]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76508 >


<pmurias> rakudo: my $a = 2;$a := $a; say $a
<p6eval> rakudo c8b6cf:  ( no output )
<pmurias> rakudo: my $a = 2;my $b; $b := $a; say $b
<p6eval> rakudo c8b6cf: OUTPUT«2␤»
<pmurias> isn't the first one a bug?
<masak> looks like.
<masak> unless p6eval is acting up again.
<moritz_> it segfaults locally
* masak submits rakudobug

Reply via email to