[Info-vax] Limit on number of RETURN commands left hanging via CTRL/Y abort?
bill
bill.gunshannon at gmail.com
Fri May 5 16:57:54 EDT 2023
On 5/5/2023 4:39 PM, alanfe... at gmail.com wrote:
> On Friday, May 5, 2023 at 11:28:45 AM UTC-4, Chris Townley wrote:
>> On 05/05/2023 15:34, alanfe... at gmail.com wrote:
>>> Greetings,
>>>
>>> I have a DCL command procedure that uses GOSUB subroutines. Now what if you exit one or more of them via CTRL/Y? Is it a problem to have too many RETURNs left hanging like that? TIA!
>> Trap them with ON... within the subroutine, then return perhaps with a flag
>>
>>
>> --
>> Chris
>
> Well, after working some more on the DCL command procedure, it seems to me that it's harmless to leave RETURN's hanging. Never mind.
I wouldn't say harmless. You just didn't overflow the stack yet. :-)
bill
More information about the Info-vax
mailing list