loom-concept [Slot]
Purpose
The loom-concept slot of a CLOS instance contains a pointer to the instance's concept---that is, it points back to the Loom concept that is shadowed by the instance's CLOS class.
Syntax
loom-concept instance
Arguments
The instance argument is a CLOS instance.
Value
This function returns a shadowed Loom concept.
Examples
(defconcept Adult)
(setq ?i (make-object 'Adult))
(loom-concept ?i) ==> |C|ADULT
See Also
Last modified: Jun 1 1995