I have a dyad f that returns a value to be used in a successive call's RHS. Thus
x f x f x f y
specifies 3 repetitions of a process during which a table is built.
Is there a way to simplify it so that I can say 3 instead of writing it three
times?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
