# New Ticket Created by Malcolm
# Please include the string: [perl #128822]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128822 >
I downloaded my first (the latest I assume) Rakudo today on my windows 7
64 bit PC,
rakudo-star-2016.07-x86_64 (JIT)
I entered the code below and got the indicated response. I cannot type
anything in, and none of the Ctrl-C, Ctrl-D, Ctrl-Z work. I have to
kill the window entirely.
> my $color = prompt "Name a color: ";
Name a color:
I tried the above in more than one prompt. Same results.