home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / ppcsmalleiffel / lib_show / animal / mille_pattes.e < prev    next >
Encoding:
Text File  |  1998-01-16  |  148 b   |  13 lines

  1. class MILLE_PATTES
  2.  
  3. inherit ANIMAL;
  4.    
  5. feature {ANY}
  6.    
  7.    crier is
  8.       do
  9.      std_output.put_string("SCOLO");
  10.       end;
  11.    
  12. end -- MILLE_PATTES
  13.