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

Re: #,



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))))