Running a function, for example:
(print '"Hello World")
"Hello World"
"Hello World"
... outputs twice the expected result.
I suppose one is the real printing, and the second is the value returned. However, I still want an alternative to this.
What is the equivalent of the Python python -c "print 'Hello World'"