Hi,

just looking for a definition of this quoted variable assignment behaviour
that I leaned about on this forum.  What's it called in J parlance?

   'a b c' =. 1;2;3

   'a2 b2 c2' =. 1 2 3

Also, it looks like we get an unbox for free

   (a2=a),(b2=b),(c2=c)
1 1 1

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

Reply via email to