Re: Defining Two Classes in One Text (was: catcalls/convert)
Peter Gummer <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
On 18/04/2005, at 3:58 AM, Raphael Mack wrote: > class SALAD, MEAT > inherit FOOD > redefine out end > feature > out: STRING is do Result := ["salad"|"meat"] end > end This part of Raphael's message caught my eye! Is this genuine Eiffel? Or is it a SmartEiffel extension? Or is it a shorthand that Raphael invented to abbreviate his message? - Peter Gummer