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


colomon: rakudo: (-<<(1..10)).perl.say
p6eval: rakudo 5a0581: OUTPUT«maximum recursion depth exceeded␤current
instr.: 'perl6;Iterable;list' pc 10791 (src/builtins/Role.pir:111)␤»
colomon: rakudo: (-<<(1...10)).perl.say
p6eval: rakudo 5a0581: OUTPUT«[-1, -2, -3, -4, -5, -6, -7, -8, -9, -10]␤»

jnthn: rakudo:  (-<<(1..10))
p6eval: rakudo 5a0581: OUTPUT«maximum recursion depth exceeded␤current
instr.: 'perl6;Iterable;list' pc 10791 (src/builtins/Role.pir:111)␤»

-- 
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to