bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Bug: cannot erase incorrectly defined function


From: Elias Mårtenson
Subject: Re: [Bug-apl] Bug: cannot erase incorrectly defined function
Date: Tue, 20 Dec 2016 16:46:57 +0800

The function is probably still on the SI stack. Try running )SIC first.

On 20 December 2016 at 16:45, Alexey Veretennikov <address@hidden> wrote:
Hi,

If the function is incorrectly defined with the line-editor, it is
impossible to erase it:


      )clear
CLEAR WS
          ∇g
[1] R←x+1
[2] ∇
      g 10
VALUE ERROR
g[1]  R←x+1
        ^
      g
VALUE ERROR
g[1]  R←x+1
        ^
      )erase g
NOT ERASED: g
      )fns
g
      ∇R←f x
[1] R←x+1
[2] ∇
      f 30
31
      )erase f
      )fns
g


GNU APL version 1.6 / 826

--
Br,
/Alexey



reply via email to

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