'verbInClass__C f.' would create an anonymous verb that knows nothing about the locale.
> On Apr 21, 2017, at 8:47 PM, Henry Rich <[email protected]> wrote: > > will > > verbInClass__C f. adv y > > do? > > Henry Rich > > On 4/21/2017 8:37 PM, Xiao-Yong Jin wrote: >> In an explicit definition of a verb, if I have, for example, >> f=:3 :0 >> C=.conew'SomeClass' >> verbInClass__C adv y >> ) >> >> The anonymous verb created by 'verbInClass__C adv' is going to complain >> about the unknown C. >> How do you actually pass the 'verbInClass__C' in this case? >> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > > > --- > This email has been checked for viruses by AVG. > http://www.avg.com > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
