Linda,

Your definition and examples of 13 :'y++y') entrigued me and the following 
experimenta lead me to think your example results are produced by a bug that 
has been discussed regarding 14 : . I would have expected a dyadic 13 to 
produce results like its 4 counterpart and monadic 13 to produce results like 
its 3 counterpart. 

  5(4 :'y++y')2 3 4 NB. These 2 produce different results
4 6 8
  5(13 :'y++y')2 3 4
9 11 13

   (3 :'y++y')2 3 4 NB. These 2 produce same results
4 6 8
   (13 :'y++y')2 3 4
4 6 8

 
---
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to