next up previous contents
Next: PIKEFUN - keyword Up: The CMOD API Previous: EXIT - keyword   Contents

PIKECLASS - keyword

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