how can I make a variable local inside "product"?



If I redefine product and sum will I solve the problem?

I think one should not have to choose unlikely names of variables
to have the code work as expected. This is too bad.

Variable names should be meaningful, possibly short
and follow some common conventions (i,j for integer indexes, etc...)


   Fabrizio