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


Rakudo r34628:

$ perl6 -e 'say (2..1).elems' # right
0

$ perl6 -e 'say (1,1)[2..1].elems' # wrong
2

Reply via email to