On 5/21/07, Joey K Tuttle <[EMAIL PROTECTED]> wrote:

$ cat cs.ijs
echo +/ 0&". ;._2 stdin''

can you explain this to me? I know a good amount of it:

0&". you are creating a monadic verb which will convert its argument to a number
+/     you are summing a list of numbers
;. _2 stdin ''  NB. has me confused
 -- is '' 2 single quotes or a single double quote
 -- i dont see how ;. _2 stdin plays together
 -- I dont understand ;. yet
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to