On Tue, Jan 19, 2010 at 7:05 PM, Gerry J <[email protected]> wrote: > NB. i had expected if x: was used in the following statement that ep > would be forced for all inputs > NB. maybe a "nice to have"? > pp=:x:*/pns
To force x: on all inputs to a verb, you should suffix it with &x: If x:*/pns forced x: on pns that would cause some problems in the form of language irregularities. FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
