Simple question about (format)
Posted: Thu Sep 16, 2010 6:19 pm
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:
...as opposed to what I'd like, which is this:
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
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:
Code: Select all
Welcome. Please enter your name.
NILwinifred
Code: Select all
Welcome. Please enter your name.
winifred
Thank you so much for your help.
~RAM