>
> Nest(f, x, n) := ( for i thru n do x : f(x), x );
>
Since you don't use i, you can even simplify to:
:= (thru n do x: f(x), x)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20080127/1f80a940/attachment.htm