
04-21-2003, 04:35 PM
|
Cucumber NPC
|
 |
Join Date: Jan 2003
Posts: 141
|
|
Its a matter of preference, I myself like to put things in braces, but only if they are legitimately complex commands. Braces are just grouping a series of commands together so a conditional statement knows it needs to execute all of the following commands, instead of just the one that follows it. Putting a brace around 1 command is legitimate, but it’s like making an array with 1 element, I don’t think it makes the script more legible (unless you start wildly using white space, or the reverse, lack white space) |
__________________
subliminal message: 1+1=3
|
|
|