[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Blown Away Slot Initform
- To: paul_hasse@NSDGATE3.nsd.fmc.com (paul hasse)
- Subject: Re: Blown Away Slot Initform
- From: poeck@informatik.uni-wuerzburg.de (Karsten Poeck)
- Date: Tue, 21 Feb 1995 13:41:57 +0100
- Cc: info-mcl@digitool.com
- Sender: owner-info-mcl@digitool.com
>(progn
> (defclass person () ((x :initform '(1 2 3))))
The quote means that '(1 2 3) is a constant.
You are not allowed to modify this, the bug is in youre code
Karsten