On 17 October 2012 16:18, <[email protected]> wrote: > Not sure whether that was my dyslexia, or an automatic spelling-fix feature > for "monadic". :) > > On Oct 17, 2012, at 9:11 AM, [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?
See http://www.jsoftware.com/help/dictionary/cret.htm. J's 'return.' is not monadic, as it is not an operator at all. But, being present in so many languages, it is indeed nomadic. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
