I am wondering how to embed definition of `f` inside `repeat`. so I would call `x repeat d` and inside this function `x f (d;d)` would be called. On both levels, repeat and f, we have names x and y.And I wonder what are the techniques to (a) reuse them at both `repeat` and `f` level, (b) separate them, for example x on `f` definition level is not the same as in `repeat` level.
Thanks, Pawel ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
