chickadee » objc » objc:ivar-ref

objc:ivar-ref OBJECT NAMEprocedure

Returns the value of OBJECT's instance variable NAME (which should be a string).

Type conversion is performed on the result, based on the ivar's type. When the ivar refers to a Scheme object (i.e., is a #:slot or #:wrapper), the object is returned transparently.