>>>>> "Edwin" == Edwin Woollett <woollett at charter.net> writes:
Edwin> If I use Maxima as a lisp programming engine,
Edwin> using either :lisp or to_lisp();
Edwin> how can I enter code and continue entry on the next
Edwin> line without passing the unfinished line to lisp?
I don't know how to do that with :lisp; I always make sure it's all on
one line. But to_lisp() drops you into a full Lisp REPL, so you
shouldn't have any problems with partial lines, just like in a normal
Lisp REPL.
Ray