>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Like this perhaps:

+       int foo = (forba() == hans ? some1() : some2());
+       -NOT-
+       int foo = forba() == hans ? some1() : some2();

I would think that
+       int foo = (forba() == hans) ? some1() : some2();
is clearer in this case. Is it just me?

JMarc

Reply via email to