[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #,
- To: (BUG LISPM) at MIT-AI
- Subject: Re: #,
- From: KEN@MIT-AI
- Date: Mon ,6 Mar 79 10:48:09 EDT
The following compiles fine in ZWEI but when compiled with qc-file complains NIL undefined
function when foo is run.
(defun foo ()
(print (quote #,(list 'a 'b))))