David Rush wrote: > Or you could ask the conjugate (?) question: "could someone describe > where multiple function parameters would be useful and not just a > convenience?" ;) SML functions take only one value and return only one value. It just so happens that these values can be tuples. This is the Right Way (TM) to do it. -thant