=> 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-VALUElooks 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-PROPERTYis signaled.