On Thu, 28 Dec 2006, Nate Murray wrote: > # == Slide > # Mathematical procedures are, in effect, abstractions that describe > compound operations on > # numbers independent of the particular numbers. For example, when we > > def cube(a) > a * a * a > end def cube(n) n ** 3 end -a -- if you find yourself slandering anybody, first imagine that your mouth is filled with excrement. it will break you of the habit quickly enough. - the dalai lama