p j wrote: > mv=: 2 : 0 > if. 0=#r=. find__n (<y) do.y set__n r=.u y end. r > ) ... > the memo class doesnt work with dyads...
For that, you need to make sure that the derived verbs support the dyad case. For example: mv=: 2 : 0 if.0=#r=.find__n<y do.y set__n r=.u y end.r : key=. <x,&<y if.0=#r=.find__n key do.key set__n r=.x u y end.r ) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
