I'm staring at this code sample, which is the same on the wiki and in
the PDF, and not sure what I'm missing:

-----8<-----8<-----8<-----8<-----8<-----8<-----

The verb ([) (left), also of infinite rank, provides pseudo-punctuation in the 
form of a statement separator

   a=.2 [ b=.3
   a,c
2 3

which works because the above line is essentially

   a=.2[3
7

with the assignment to b taking place ‘in passing’. 

----->8----->8----->8----->8----->8----->8-----

I feel like this should be a,b in the first code sample, but I'm
perplexed by what might have been intended by the second code sample
there. Where did the 7 come from?

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

Reply via email to