hi
)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' On Fri, 11 Jun 2021 22:05:31 -0400 Christian Robert <christian.rob...@polymtl.ca> wrote: > You may try: > > )off > > > not sure if that will work. > > Xtian. > > On 2021-06-11 15:26, enz...@gmx.com wrote: > > greetings > > > > I want to use the following apl script > > > > ⍳4 > > →0 stop execution here > > ⍳4 > > > > > > > > →0 works in a function to control it's execution but what can i use for the > > script? > > > > > > > > >