On Fri, 07 Aug 2009, Sherlock Ric wrote:
>    (#...@-.&0) 3 151 0 0 0
> 2
>    ((#...@-.)&0) 3 151 0 0 0
> 2
>    (#@:(-.&0)) 3 151 0 0 0
> 2

I meant conjunctions are not associative and binded to the lhs rather than to 
the rhs.

   foo=. #...@-.&0
   5!:2 <'foo'
+--------+-+-+
|+-+-+--+|&|0|
||#|@|-.|| | |
|+-+-+--+| | |
+--------+-+-+
   bar=. #@(-.&0)
   5!:2 <'bar'
+-+-+--------+
|#|@|+--+-+-+|
| | ||-.|&|0||
| | |+--+-+-+|
+-+-+--------+

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to