Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class TESTROOT create make feature o1: PARENT -- Examples of attributes -- Was declared in TESTROOT as synonym of o2. o2: PARENT -- Examples of attributes -- Was declared in TESTROOT as synonym of o1. make is -- Output messages tracing what's going on. do display_demonstration_message create {HEIR} o1 create o2 o1.display o2.display end display_demonstration_message is -- Output a welcoming message. do io.put_new_line io.put_string (" ISE Eiffel spoken here") io.put_new_line io.put_string ("--------------------------------%N%N") end end -- class TESTROOT
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

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