I would like to press enter in my Elisp script when I am in a REPL window.
but (newline) just moves the cursor to the next line and not simulate the press of the Enter key on my keyboard.
Is there a function in Emacs Lisp that works in Emacs interactive mode?