OOP Command


CLASSDefine a Class for Object Oriented Programming
CLASSDATADefine a CLASSDATA variable for a class (NOT for an Object!)
DATAAlternate syntax for VAR: instance variable for the objects.
ENDCLASSEnd the declaration of a class.
ERROR HANDLERDesignate a method as an error handler for the class
MESSAGERoute a method call to another Method
METHODDeclare a METHOD for a class in the class header
ON ERRORDesignate a method as an error handler for the class