Using the "up" arrow to access the command history repeatedly yields inconsistent results.
For example, enter the following at the promt
1 [enter]
2 [enter]
3 [enter]
4 [enter]
[up arrow] => 4 [enter]
[up arrow] => 3 [enter]
[up arrow] => 3 [enter]
[up arrow] => 4 [enter]
[up arrow] => 4 [enter]
[up arrow] => 3 [enter]
The up arrow should return 4 each time, since that was the last form evaluated. Not sure why it keeps skipping back and forth between the values...
Using the "up" arrow to access the command history repeatedly yields inconsistent results.
For example, enter the following at the promt
The up arrow should return 4 each time, since that was the last form evaluated. Not sure why it keeps skipping back and forth between the values...