On Tue, 07 Jul 2009 19:29:21 -0500, Andrei Alexandrescu wrote:

> There is no need for a right-closed range in the language. It can be 
> defined with ease as a library, although I'm not finding myself in need 
> of one.

Process all the characters from 'a' to 'z' inclusive.

Currently, ('a' .. 'z'+1)

Logically, ('a' .. 'z')


-- 
Derek Parnell
Melbourne, Australia
skype: derek.j.parnell

Reply via email to