I know the next one is wrong but... to illustrate what I want to achieve:
cc=. conjunction def '([: u (m+n)&{.) , m&}.'
What I really want is:
2 cc 3
1 : '([: u 5&{.),3&}.'
*/ 2 cc 3
([: */ 5&{.) , 3&}.
Clean ways to do this?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
