indexing description: "[ Special objects: homogeneous sequences of values, used to represent arrays and strings ]" status: "See notice at end of class" date: "$Date$" revision: "$Revision$" frozen class SPECIAL [T] create make feature make (i: INTEGER) is do end put (v:T; i: INTEGER) is do end item (i: INTEGER): T is do end end -- class SPECIAL