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