Next: , Previous: property-value, Up: Properties Dictionary


direct-property-value
— Function: direct-property-value object property-name

=> value

Arguments and Values:

object — an object.

property-name — a symbol, representing the name of the property to be accessed.

value — The value of the property.

Description:

DIRECT-PROPERTY-VALUE looks for a direct property of object named by property-name. It does not search object's precedence list.

If object does not hold a direct property by that name, a condition of type UNBOUND-PROPERTY is signaled.