Concept [Concept]
Purpose
The Concept predicate tests whether a given object is a Loom concept.
Syntax
Concept object
Argument
The object argument is any object.
Value
The Concept predicate returns t if object is a unary concept.
Examples
(ask (Concept Person)) ==> T
(retrieve ?x (Concept ?x)) ==> (|C|PERSON |C|THING |C|CONCEPT \ldots)
See Also
Last modified: Jun 1 1995