On Fri, Jan 9, 2009 at 7:47 AM, Steven Taylor <[email protected]> wrote:
>   a=.5,1
>   b=.2
>   a
> 5 1
>
> but on the same line for this sequence?

   'a b'=: 5 1;2
   a
5 1
   b
2

Or use =. if you prefer temporary variables.

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

Reply via email to