On Mon, Feb 22, 2016 at 5:30 PM, <[email protected]> wrote: > DoJ> m/y inserts successive verbs from the gerund m between items of y, > DoJ> extending m cyclically as required. Thus, +`*/i.6 is 0+1*2+3*4+5 > > RM> From the description, I would expect +`*/3 4 5 to give the result > 3*4+5 > > I certainly read "successive verbs from the gerund", as "starting at > index 0", and I think we both agree that the example doesn't allow > it the other way around.
Wouldn't that have to be index 0.5? (Assuming, of course, that verb insertion starts from the left even though for u/y verb insertion starts from the right.) Verbs get inserted between nouns - they do not overwrite nouns. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
