[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Now that carriage returns are no longer NO-OPS bur real WHITESPACE,
perhaps print should be told about this. I printed a bignum to
a file, and PRINT inserted newlines, so if I tried to read it
back in from the file, I would get several bignums. As I 
understand what the contract of PRINT is, you are supposed to
READ anything PRINT does and get things that are EQUAL, except
for GENSYMed variables.