class TEST create make feature {NONE} -- Creation make local i: INTEGER do i := from until False loop i := i + 1 end end end