home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.exe / TEST_MIMEWRITER / parttext-isl2 < prev    next >
Encoding:
Text File  |  1998-06-12  |  159 b   |  9 lines

  1. INTERFACE Seller-1;
  2.  
  3. TYPE Seller = OBJECT
  4.     DOCUMENTATION "A simple Seller interface to test ILU"
  5.     METHODS
  6.             price():INTEGER,
  7.     END;
  8.  
  9.