I have been looking through the Lisp 3rd edition and trying to find some way on the net... is there a way I can print the " character or store it as a part of the data in a string?
what I want to be able to do is ( " The man said "hello world" and went to his car. " ).
Is there some way to print a character code by code number?
*update
I actually later found the part of Lisp 3rd ed that covered this - it was buried in the Classes and Generic Functions chapter (c14, p191). Always the way when you are looking for somthing else the thing you were looking for first turns up.
what I want to be able to do is ( " The man said "hello world" and went to his car. " ).
Is there some way to print a character code by code number?
*update
I actually later found the part of Lisp 3rd ed that covered this - it was buried in the Classes and Generic Functions chapter (c14, p191). Always the way when you are looking for somthing else the thing you were looking for first turns up.
Last edited by punchcard on , edited 1 time in total.