[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What am I doing wrong?
- To: commonloops.pa@Xerox.COM
- Subject: What am I doing wrong?
- From: Arun Welch <welch@ohio-state.ARPA>
- Date: Tue, 16 Jun 87 17:14:07 edt
I don't understand whats wrong here. Could someone point out my mistake,
or is this a bug?
133> (defclass test-class () (s1 :initform 3.4 :type number
:accessor get-s1-again))
Arg not a LIST
3.4
134>
I'm using PCL version 29-may, in the Lyric version of Xerox Lisp.
...arun