Stefan Bodewig wrote:

For the same reason one would write

if (true == someFlag)

in Java.


But I would never write that in Java :-)

if (someFlag) {
}

Conor


-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to