Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Go to:
indexing description: "Catcall example" status: "" author: "Robert Jurjevic" class EXAMPLE create make feature make -- Test local s: SKIER b: BOY g: GIRL do create s create b create g s := b s.share (g) end end -- class EXAMPLE
Classes Clusters Cluster hierarchy Chart Relations Text Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com