Thanks. I was looking for a monadic primitive verb, but of course, in J, it is a control structure. (It is not listed as one of the control structures in the Primer).
On Wed, Oct 17, 2012 at 10:06 AM, Ian Clark <[email protected]> wrote: > How about: > 99 return. > > corresponds (roughly) to (APL): > > āzāa foo b > ... > ā0,zā99 > ... > > > On Wed, Oct 17, 2012 at 2:11 PM, <[email protected]> wrote: >> In some APL-related languages there exists a nomadic verb for "early return" >> from a defined function. In A+ this is "result" (nomadic left arrow). In k >> this is nomadic colon. Does a similar capability exist in J? >> >> Sent from my iPhone >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
