[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HUH?
- To: (BUG LISP) at MIT-MC
- Subject: HUH?
- From: RWK,KMP at MIT-MC
- Date: Sat, 16 Jun 79 18:41:00 GMT
- Cc: KMP at MIT-MC
- Original-date: 16 JUN 1979 1441-EDT
- Sent-by: KMP at MIT-MC
:L<SP>
Alloc? N
*
MACROEXPANDED
==> NIL
`(FOO ,T)
==>(FOO T)
MACROEXPANDED
==>MACROEXPANDED
(SET * NIL)
==> NIL
MACROEXPANDED
==>MACROEXPANDED
;So it's gonna be persistant, eh? We got a little suspicious about here.
(EQ MACROEXPANDED 'MACROEXPANDED)
==> NIL ; So why does NIL always get a space in front of it in this msg?
MACROEXPANDED
==>MACROEXPANDED
^Z :MAIL BUG-LISP
$>From: RWK,KMP
... etc.