home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / envsof20 / template / new_class.e
Encoding:
Text File  |  1999-08-27  |  195 b   |  18 lines

  1. indexing
  2.     description: "%/CURSOR/"
  3.     -- %/DELETE/ "$VER: new_class.e 1.0 (27.8.99)"
  4.  
  5. class %/CLASS/
  6.  
  7. creation
  8.     make
  9.  
  10. feature -- Initialization
  11.  
  12.     make is
  13.         do
  14.         end -- make
  15.  
  16. end -- class %/CLASS/
  17.  
  18.