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


Just wondering whether the following syntax, currently accepted by
Rakudo r34628, is legal Perl 6:

$ perl6 -e 'say ("a".."c").list[0..**-1]'
abc

Reply via email to