Re: Which class provides "print(s: STRING)"?

José Bollo <[email protected]> Thu, 4 Aug 2005 21:35:47 +0200
Newsgroups gmane.comp.lang.eiffel.smalleiffel
Message-ID <[email protected]>
Le jeudi 4 Août 2005 20:21, Alexander Rios a écrit :
> Which class provides "print(s: STRING)"?
>
> I write my code assuming that "print(s: STRING)"
> comes from class ANY, but when I: "short ANY"
> its output does not include such feature.
>
> So I wonder where this feature comes from.
>

It comes from ANY but the short command has a bug for some classes like ANY 
GENERAL PLATFORM
you can also type 

	short -client NONE ANY

and you will see the feature print

jose