On Fri, Jan 6, 2012 at 11:42 PM, Alexander Mikhailov <avm...@yahoo.com> wrote:
>
> I'm not quite sure about this line -
>
> x=:55(3})(some verb returning a scalar)44(2})x
>
> If the verb returns a scalar - not a vector - then how 55 (3}) will work on 
> the result of that verb?..
>
> May be this time I'm missing something?

I gather that something like this

   v =: >:
   x =: 55 (3}) (v 44) (2}) x

was intended (at least, that's how I read it).

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

Reply via email to