meta-concept-p [Function]
Purpose
The meta-concept-p function tests whether a given object is a Loom concept or relation.
Syntax
meta-concept-p object
Arguments
The object argument is any object.
Value
The meta-concept-p function returns t if object is either a concept or relation.
Examples
(meta-concept-p (fc Person)) ==> T
(meta-concept-p (fr age)) ==> T
See Also
Last modified: Jun 1 1995