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


Variables are not kept from one line to the other.

r30452:
$ ./perl6
> my $greeting = "hello";
> say $greeting;
Scope not found for PAST::Var '$greeting'

This breaks the rule of least surprise. It also makes the REPL a whole
lot less useful.

Reply via email to