home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a066 / 1.img / ENDCLASS.CH < prev    next >
Encoding:
Text File  |  1992-03-20  |  259 b   |  15 lines

  1. /*
  2.     endclass.ch
  3.  
  4.         Used by class(y).ch
  5. */
  6.  
  7. #undef __cyMethodType
  8. #define __cyMethodType static
  9.  
  10. #xcommand    METHOD <name>              ;
  11.                 =>                      ;
  12.                 METHOD FUNCTION <name>
  13.  
  14. // eof endclass.ch
  15.