Automatic generation produced by ISE Eiffel
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 -- Generated by ISE Eiffel --
For more details: www.eiffel.com