Hi!
I have some not understanding actions from gnu clisp
Suppose, I have some code like (let ((x "Hi!"))(print x))
.
If I execute it from console (like, clisp fileName.lisp) I see
Hi!
But, when I execute it from interpreter, I see this text twice. Why?
Help me, please.