adv=: ((a b)~`[:`c`[:`d`)(`:6) -- Raul
On Tue, Jan 16, 2018 at 9:28 PM, David Lambert <[email protected]> wrote: > Given that a, b, c, d, and u are verbs, and u is the "field replaceable" > verb, produce this train: > > (a b)~ ([: c [: d u) > > Using two instances of evoke gerund, > > Adv=: ([:`c`[:`d`)(`:6)((a b)~`)(`:6) > > u Adv > (a b)~ ([: c [: d u) > > Is there some clever way to write Adv with just one `: ? > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
