My rule is always use 13: unless it doesn't work or doesn't give the result I want.
Linda -----Original Message----- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Brian Schott Sent: Thursday, November 26, 2015 11:02 AM To: programm...@jsoftware.com Subject: Re: [Jprogramming] dyadic J 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm