> On 10 Oct 2016, at 14:22, Luca Ferrari <fluca1...@infinito.it> wrote: > Looking at <https://docs.perl6.org/language/operators#infix_...> I > cannot find an explaination of why the ending value of 10 is not > honored in the second case.
Oops, missed that you already referenced the doc: It’s in this line, I believe: "If the endpoint is not *, it is smart-matched against each generated element, and the sequence is terminated when the smart-match succeeded. For the ... operator, the final element is included, for the ...^ operator it is excluded.” Liz