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

issue SHARP-COMMA-CONFUSION, version 1



If you want a simple nasty example to support the case for flushing
#, consider what it would mean to compile a file containing just:

(defun peculiar #,(some-vars)
   #,(some-code))

 jlm