Product(L:List):OBJECT
Use R ::= QQ[x,y]; Product([3, x, y^2]); 3xy^2 ------------------------------- Product(1..40) = Fact(40); True -------------------------------