--- Raul Miller wrote: > On Mon, Jan 26, 2009 at 7:08 PM, Devon McCormick wrote: > > I'm not sure why something like this doesn't work: > > > > myverb=: 3 : 0 > > a=. 'hello' > > b=. 3 4 2 9 > > c=. 'big';'little';30 2 > > nl 0 > > ) > > > > (nl 0)-.myverb '' > > That should work, usually, but has several limitations: > > It requires modifying the verb. > It will not display names which do not stand for nouns. > It will not display names that shadow "global" names.
Actually when I run myverb'' above, the result doesn't include the names local to myverb, only those that exist in the current locale (base). ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
