bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Crash when refining an incorrect function


From: Juergen Sauermann
Subject: Re: [Bug-apl] Crash when refining an incorrect function
Date: Mon, 02 Dec 2013 16:28:11 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hello Elias,

The reason is that after the VALUE ERROR z is on the SI stack:


∇ r←x z y
[1] foo
[2] r←y+x
[3] ∇

)SI


10 z 20
VALUE ERROR
z[1] foo
^

)SI
z[1]
⋆

∇z
bad editor command '∇z' : problem 'Nabla.cc:442'
DEFN ERROR
∇z
^


)MORE
function z could not be edited, since it is used on the )SI stack.

→
)SI


∇z
[3] ∇


/// Jürgen




reply via email to

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