I'm learning scheme
programming from sicp textbook. I'm very new in scheme
. I have installed REPL for this. I don't know, How to scroll up in REPL
?
For example:
1 ]=> (define x 5)
;Value: x
1 ]=> x
;Value: 5
Now when I tied to scroll up value with up arrow key, I got some unexpected result. It is shown here:
1 ]=> ^[[A
can anyone tell me basic of how to use scheme interpreter? Thanks.