make (a < b < c) illegal?
Joel Salomon
JoelCSalomon at Gmail.com
Wed Feb 14 11:23:23 PST 2007
> > With the chaining as people have discussed it,
> > a < b > c
> > expands to
> > (a < b) && (b > c)
> > â why would you prohibit this?
>
> I would assume the reason is because it's not used in math.
Iâve used it â and hairier stuff besides.
â
â A â (Ω â α) âââ¿
(No, I donât actually expect any programming language to accept this.)
âI do it all because Iâm evilâ¦â â Voltaire, âWhen youâre evilâ
More information about the Digitalmars-d
mailing list