Conditional ? bug [OT]

Serg Kovrov kovrov at no.spam
Fri Oct 6 08:15:32 PDT 2006


I like PHP5 syntax for that matter: use == / '!=' to compare values of 
objects, and === / !== (they call it 'identity operators') to compare 
references.

This 'identity operators' could be used to distinct, say, true (bool) 
from 1 (int), etc.. Nice stuff.

-- 
serg.



More information about the Digitalmars-d-bugs mailing list