Also (interestingly):
1) There is no entry for "return." in the index.
2) Until I got the your responses to my email, I could not find a
relevant entry in
forum search for "return"

It might be just a further manifestation of my dyslexia, but I find it somewhat
difficult to find answers to specific questions in the J help documents.

Anyway, thanks again for your quick response.

On Wed, Oct 17, 2012 at 10:54 AM, Tom Szczesny <[email protected]> wrote:
> 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

Reply via email to