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


for 1..8:by(2) -> $i {
        say $i;
}

Gabor

Reply via email to