From: gabriele renzi Date: 2004-10-02T05:24:58+09:00 Subject: Re: [JOIN] Range syntax & Solitare cypher Markus ha scritto: > Here's a simple example of where ... is very nice to have. You want to > cut a deck and card x, so that x is on the top after the cut: > > deck = deck.values(x..-1,0...x) > > *grin* Try doing that as concisely without "..." > with my syntax: x..,0..x-1 one key less ;) (though now I see a reason for excluding ranges)