next up previous

12.16.4.4 Determining the Class of an Object

This function returns a symbol which is the name of the class of its argument. It returns the symbol FALSE on errors. This function is equivalent to the type function (see section 12.15.4).

Syntax

(class <object-expression>)

Example

CLIPS> (class 34)
INTEGER
CLIPS>


next up previous