# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #122914] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122914 >
$ perl6-m > my $x = 'Just Another'; my $y := $x; say $y; Just Another > say $y; (Mu) Looks like bindings are ignored in the REPL for subsequent lines.
