class EXAMPLE create make feature -- Initialization make is do Create ex1.make Create ex2.make end feature -- Implementation ex1: FIGURES_EXAMPLE ex2: MERGING_EXAMPLE end -- EXAMPLE