Hi Jürgen,
perfect. Thank you.
Best Regards
Hans-Peter
Am 10.12.20 um 18:20 schrieb Dr. Jürgen Sauermann:
Hi Hans-Peter,
I have changed the ∇-editor so that it remains in the editor
as long as the function can not be *⎕FX*ed (in interactive mode).
When fed from a file (batch mode, )LOAD command) then the current
behaviour remains because the file will not change itself if it contains
an invalid function.
*SVN 1374.**
*
Best Regards,
Jürgen
On 12/9/20 2:44 PM, Hans-Peter Sorge wrote:
Hi,
⍝ as expected:
∇FUN
[1] →←∇
FUN
SYNTAX ERROR
FUN[1] →←
^^
⍝ Just came up in a typo:
∇FUN
[2] [1] →NEXTLINE:
[2] NEXTLINE:
[3] ∇
Line 1
Offending token: (tag > TC_MAX_PERM) 0x43030019 :
Statement: `→ `'NEXTLINE `:
DEFN ERROR+
∇FUN
^
⍝ The changes get lost:
∇FUN[⎕]
∇
[0] FUN
[1] →←
∇
[2]
Best Regards
Hans-Peter