September 26, 2004
This isn't really a bug, but I thought Walter might want to know.

On http://www.digitalmars.com/d/lex.html, the list of keywords isn't quite in alphabetical order:

catch
cent
char
class    <--
cfloat
cdouble  <--
creal    <--
const
continue


IMHO it should be:

catch
cdouble  <--
cent
cfloat
char
class    <--
const
continue
creal    <--


-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
September 30, 2004
You're right, I'll fix it.