[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Mon, 4 Aug 80 22:30:00 GMT
- Original-date: 4 AUG 1980 1830-EDT
(*RSET ()) (SETQ CAR T CDR T)
(SETQ B (HUNK 'B))
(RPLACD B (CAR B)) => (#777777 .) ; WHAT A SILLY PRINTNAME. WHY NOT (.)?
(HUNKSIZE B)
.VAL 0; HUNKP>>LSH A,-11 A/ 702777
Could this .VAL 0 object be made to print more like 0? It seems to affect
the read-eval-print-loop so that it types ?U? at me for some reason, too.