r3 fails its intended purpose on the day a definition is assigned to the dyadic case of ~. .
----- Original Message ----- From: Dan Bron <[email protected]> Date: Monday, March 16, 2009 19:45 Subject: Re: [Jprogramming] every box, take and ammend pattern To: 'Programming forum' <[email protected]> > Roger wrote: > > r1=: % : ('a' % 'b'"_) > > r1 4 > > 0.25 > > 3 r1 4 > > |domain error: r1 > > | 3 r1 4 > ... > > Shorter (but still not using [:) : > > r2=: % : ('a' % 1:) > > This can be a fun game: > > r3 =: % : ~. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
