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

RE: question regarding macros



You did not put ` before (break). So, (break) is executed when
the macro extension works (during pre-processing). On the other hand,
`(defclass ,n () ,cd) is not executed at this stage: it is executed later --
during the actual program execution.

Yours sincerely,
Dr M.Semenov