bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ending/stopping a script


From: Dr . Jürgen Sauermann
Subject: Re: ending/stopping a script
Date: Sat, 12 Jun 2021 11:36:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

]NEXTFILE would be my first choice also.

Alternatively you could think of defining a dummy function like:

∇STOP
 'STOP CALLED'


and set ⎕STOP to its first line:

1 ⎕STOP 'STOP'

or so,

The difference is that ]NEXTFILE closes the script file, while
⎕STOP only stops execution (so you can continue execution
in the same script after making some changes).

Best Regards,
Jürgen



On 6/12/21 5:46 AM, Kacper Gutowski wrote:
On Fri, Jun 11, 2021 at 08:27:58PM -0600, enztec@gmx.com wrote:
)off ends the apl session completely - i want to keep the ws open and just end the script execytuib and then edit the script in directory (and move around the '→0' or what ever can end the script execution - for debug) and then )copy the edited script back into the ws and it runs until it hits the '→0'

Maybe something like ]NEXTFILE then.

-k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]