Next: , Previous: defproto, Up: Objects Dictionary


parentp
— Function: parentp maybe-parent child

=> generalized-boolean

Arguments and Values:

maybe-parent — an object.

child — an object.

Description:

Returns true if maybe-parent is a parent of child, false otherwise.

Examples:

     (parentp =T= =STANDARD-OBJECT=) => Generalized truth value
     (parentp =STANDARD-OBJECT= =T=) => NIL