IS-CLASS attribute

Indicates whether an r-code file defines a class or a procedure.

Data type: LOGICAL

Access: Read-only

Applies to: RCODE-INFO handle

The IS-CLASS attribute is TRUE if the currently executing r-code file defines a class that has been instantiated using the NEW function (classes). If the attribute is FALSE, the r-code file defines a procedure.