<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">I was going to define an <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">AVERAGING</code> collector clause for iterate, but I'm not sure how to do it.  The obvious thing, it seemed to me, would be to sum the values as I go along, and count them, and then divide the sum by the count when leaving the loop.</p>

<p dir="auto">But the examples for <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">DEFMACRO-CLAUSE</code> in the manual do all of their work while iterating, and there doesn't seem to be an "at-end" hook.  Is the kind of thing I would like feasible, and if so, how is it to be done?</p>

<p dir="auto">thanks!<br>
r</p>
</div>
</div>
</body>
</html>