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


Rakudo often treats Ranges as a kind of List, but in the case of list
slices, r34628 currently fails with a runtime error:

$ perl6 -e 'say ("a".."z")[0]'
elements() not implemented in class 'Range'
[...]

Reply via email to