home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel 68k / lib_msg / bad_vape1.e < prev    next >
Encoding:
Text File  |  1996-06-13  |  361 b   |  23 lines  |  [TEXT/EDIT]

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4. class BAD_VAPE1
  5. --
  6. -- From a message of Jason SCHROEDER in comp.lang.eiffel
  7. --
  8. creation make
  9.  
  10. feature {NONE} 
  11.  
  12.    make is
  13.       require
  14.      a_condition
  15.       do
  16.       end 
  17.  
  18.    a_condition:BOOLEAN is
  19.       do
  20.       end 
  21.  
  22. end -- BAD_VAPE1
  23.