sum
one of
the documented procedures
in this installation of the ACS
Usage:
sum
xs
What it does:
returns the sum of the elements of the list xs
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
fold + 0 $xs
philg@mit.edu