po [Function]


Purpose

The po function prints the definition of an arbitrary Loom object.

Syntax

po object

Arguments

The object argument is a concept, relation, instance, action, method, production, or knowledge base.

Value

The po function returns nil.

Remarks

Like pc and related functions, the definitions generated by po reflect inferences made by Loom during classification and recognition.

Examples

(po (find-concept 'Box)) --> 
    (DEFCONCEPT BOX  
        :IS-PRIMITIVE CONTAINER) 
(po (find-kb 'user-kb)) --> 
    (DEFKB USER-KB UPPER-STRUCTURE-KB 
        :PACKAGE "USER")

See Also

Last modified: Jun 1 1995