[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: DCP at MIT-MC (David C. Plummer)
- Date: Fri, 25 Apr 80 08:31:00 GMT
- Original-date: 25 APR 1980 0331-EST
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.