indexing description: "Implementation of TUPLE" status: "See notice at end of class" date: "$Date$" revision: "$Revision$" class TUPLE inherit ARRAY [ANY] rename make as array_make end create make feature make is do end end -- class TUPLE