View Single Post
  #5 (permalink)  
Old 08-01-2007, 05:38 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
That is incorrect.
Code:
if (condition) Do this;
Is perfectly valid code. Braces are only required if the code in the condition is more then one line.
Reply With Quote