with 6.01i,

   a1 =: 1 2 3
   a2 =: 4 5 6
   a1 + a2
5 7 9   

+/ a1 a2
|syntax error
|       +/a1 a2

and even,

   a3=: 3
   a4=: 4
   +/ a4 a3
|syntax error
|       +/a4 a3

is there a way to get insert to work with named nouns
as the arguments?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to