[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <cowan@m...>
  • To: Liam R E Quin <liam@w...>
  • Date: Sun, 3 Jun 2012 15:55:05 -0400

Liam R E Quin scripsit:

> for (i = 0; i < 20; i++) {
>   if (ages[a[i]]>60) {
>     pensions[a[i]]++;
>   }
> }

Not really.  Why would you put whitespace around < but not around >?  I'd
write "if (ages[a[i]] > 60) {"

-- 
In my last lifetime,                            John Cowan
I believed in reincarnation;                    http://www.ccil.org/~cowan
in this lifetime,                               cowan@c...
I don't.  --Thiagi


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member