On Fri, 22 May 2020 at 20:22, Oleg Nesterov <o...@redhat.com> wrote: > On 05/22, Dario Sanfilippo wrote: > > > > Sorry for the confusion. What I wanted to ask is: why aren't the extra > > parentheses making a difference? Because (0, (1,2,3)) is parsed as > > ((0),((1,2,3)), right?
I missed a parenthesis, I meant that (0, (1,2,3)) is parsed as ((0), ((1,2,3))) > Sorry, can't understand... > > but in any case, I think that extra parentheses should _only_ make > a difference when expr is "list", say, "1,2,3". > But that's always the case with take and count, isn't it? > > and in any case, I do not think that "(1,2,3)" is parsed as "((1,2,3))". > If I'm not wrong, it is parsed as ((1), (2,3)). So if we had (0, (1,2,3)) parsed as ((0), ((1,2,3))), we'd end up with take(1, ((1,2,3))), right? So in that case I thought that parentheses could make the difference. Dario
_______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users