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?
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". and in any case, I do not think that "(1,2,3)" is parsed as "((1,2,3))". However I think that "((1,2,3))" and "(1,2,3)" should be the same thing. > I guess that what you explained earlier is also why process = > ba.count(((1,2),(3,4))); results in 3 instead of 2. Yes. Oleg. _______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users