bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Runaway power operator can't be stopped


From: Juergen Sauermann
Subject: Re: [Bug-apl] Runaway power operator can't be stopped
Date: Thu, 6 Jul 2017 21:34:16 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Elias,

thanks, fixed in SVN 980. You need INTERRUPT though (two ^C within a short period).
A single ^C (ATTENTION) conceptually only stops a defined function at the end of the line.

/// Jürgen



On 07/06/2017 05:31 AM, Elias Mårtenson wrote:
If I write an _expression_ using the power operator that never finishes, for example:

      10+⍣=1

Then this will run forever, and Control-C can't be used to kill it. The only way out is to kill the entire APL session.

Regards,
Elias


reply via email to

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