It really would be nice if 13!:13 worked even with debug off. Seems like all the information is there, just remove the test for debug on.
On Tue, Jan 27, 2009 at 11:01 AM, Raul Miller <[email protected]> wrote: > I re-read the original problem statement and > noticed that it expected Myverb to contain code > to get its own names and values. > > This will work if debug is turned on: > > Myverb=: 3 : 0 > a=. 'hello' > b=. 3 4 2 9 > c=. 'big';'little';30 2 > NB. Expression to List names defined locally to this verb > NB. (i.e. the list: 'a';'b';'c') > 0 7 {:: 13!:13 '' > ) > > FYI, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
