Thread
:
why does not execute this?
View Single Post
#
5
(
permalink
)
08-01-2007, 05:38 AM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
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.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks