View Single Post
  #77  
Old 04-08-2007, 09:36 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by xXziroXx View Post
I, too, think that example A looks better then example B.

A: if (var == true) { .... }
B: if (var) { .... }
Thats how I had it on my script first, I forgot why I changed it
Reply With Quote