Hello all,
I'm trying to write a simple program, but I can't seem to get around the fact that (format) returns NIL. Therefore my program output always looks like this:
Thank you so much for your help.
~RAM
I'm trying to write a simple program, but I can't seem to get around the fact that (format) returns NIL. Therefore my program output always looks like this:
Welcome. Please enter your name.
NILwinifred
...as opposed to what I'd like, which is this:
Welcome. Please enter your name.
winifred
I know that this is a very basic question, but every time I Google "lisp format nil" or any combination thereof (believe me, I've probably tried them all) it comes up with every Lisp program out there, because they all use (format) and NIL!\Thank you so much for your help.
~RAM