prod

func prod(lst : list of Number) -> Number
  return reduce(`*', lst)

Returns the product of a list of numbers. For example:
  prod([2 3]) = 2 * 3 = 6
  prod([2]) = 2
  prod([]) = 0
See also: concat, reduce, sum, union.
Herman Venter

This is Slim documentation as snarfed on 27 May 1999 by dB.