(product,List)
product v
-- yields the product of the elements in the list v.
i1 : product {1,2,3,4,5}
o1 = 120
See also
product
.