[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: question regarding macros
- To: CLISP-LIST <CLISP-LIST@MA2S2.mathematik.uni-karlsruhe.de>
- Subject: RE: question regarding macros
- From: SEMENOV@C71.CANTERBURY.AC.UK
- Date: Wed, 18 Jan 95 9:15 GMT
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