Steven Bethard wrote: > I assume the intention was to indicate that the initialization required > multiple statements. I just couldn't bring myself to write that > horrible for-loop when the sum() function is builtin. ;) Yes, this was just dummy code standing for something that really requires multiple statements and auxiliary variables. -- Christoph