next | previous | forward | backward | up | top | index | toc | home

product(List) -- product of elements

Synopsis

Description

product v yields the product of the elements in the list v.

i1 : product {1,2,3,4,5}

o1 = 120