# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #120035] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=120035 >
If I run the following code:
for gather { .say, .take for 1..5 } { last }
The output is:
12345
When it ought to be:
1
