In some/most cases, I would think of  -

   +/ a1 ,: a2
5 7 9



At 9:58 AM -0500 3/14/06, p j wrote:
figured it out, sorry
(+&.>)/ a1;a2
┌─────┐
│5 7 9│
└─────┘
--- p j <[EMAIL PROTECTED]> wrote:

 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?

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to