On Thu, Jul 2, 2009 at 8:58 AM, TSa<[email protected]> wrote: >... unless list associative operators somehow flatten the > parens away and therefore see a single list of three values instead of > two consecutive lists of two items.
that's exactly what list associative does, it feeds an arbitrarily long list of values to the operator at once.
