Next: PIKEFUN - keyword
Up: The CMOD API
Previous: EXIT - keyword
  Contents
This keyword is used to add a Pike class. It is followed by the name of the
class that is to be added. In the example, a class called MyClass
is added.
/*Example of usage:*/
PIKECLASS MyClass{}
2003-03-04