Case Range Statement ..
Derek Parnell
derek at psych.ward
Tue Jul 7 17:40:07 PDT 2009
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
More information about the Digitalmars-d
mailing list