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


Rakudo r32151 reads one line in a for loop, and then exits the loop.

$ ./perl6 -e '.say for =$*IN'
a   # typed by user
a   # returned by program

Reply via email to