bug-apl
[Top][All Lists]
Advanced

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

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


From: Alexey Veretennikov
Subject: [Bug-apl] Bug: cannot erase incorrectly defined function
Date: Tue, 20 Dec 2016 09:45:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin)

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]