Next: , Previous: ancestorp, Up: Objects Dictionary


childp
— Function: childp maybe-child parent

=> generalized-boolean

Arguments and Values:

maybe-child — an object.

parent — an object.

Description:

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

Examples:

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