On Thu, May 3, 2012 at 3:32 PM, Joe Groff <arc...@gmail.com> wrote: > Is it possible to get the equivalent of (m1,m2,...)&|@:^ using the > special code for atomic m&|@^ ?
There are a number of possibilities, depending on what you want your result to be. For example: modexp=:3 :0"1 'a b c'=. y a b&|@^ c ) modexp 5 7 11,. 10 14 22,. 400 4000 40000 5 7 11 Caution: modifiers on an explicit verb, such as "1, prevent the debugger from treating individual lines of the explicit definition. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm