question about sublist



On Tue, 2007-04-17 at 07:57 -0700, Daniel Lakeland wrote:
> The fastest way to execute this type of loop is to
> keep two variables which store the first and the second element, and
> then to step them through the list at each iteration until the second
> one steps off the list. 
isn't that what I just did ? :)
Jaime