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

Reply via email to