bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] History problem with GNU APL (not aplwrap)


From: Blake McBride
Subject: [Bug-apl] History problem with GNU APL (not aplwrap)
Date: Fri, 12 Sep 2014 15:28:54 -0500

Greetings,

Create a function like this:

      ∇test[⎕]∇
    ∇
[0]   test
[1]   abc
[2]   def
[3]   ghi
    ∇


Then type:

      45
45
      55
55
      ∇test[⎕]∇
[displays function]

So, the last thing you typed was the _single_ line to display the function.  If you hit the up-arrow key you would expect to see:

      ∇test[⎕]∇
      55
      45

but instead, somehow, the _output_ of the display function became _input_ history.  Not right.

Thanks.

Blake


reply via email to

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