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

(POP FOO) with (SETQ CAR T)



:SRCCOM L;*LISP 009,L;*LISP 010

The PUSHJ P,CADR that was there bombs if you do (SETQ CAR 'LIST CDR 'LIST).
I made it a little more careful about what it CARCDR'd by simply reversing
the order in which it checked for no second arg and for NIL/T second arg.
I think this is the logical order besides.  However, I am burned out enough
that I may have blown it away totally.