Hi,
You also don't use semicolons at the end of preprocessor directives (those
beginning with the "#include" statement). Otherwise TJ, you summarized it
perfectly.

Best Regards,
Hayden


-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Tj Squires
Sent: Monday, January 10, 2011 5:04 PM
To: Gamers Discussion list
Subject: Re: [Audyssey] BGT problem!

Hi,

To put ti simply, if the line doesn't start a function, conditional 
statement, or a loop, it should have a semicolon.  For instance, switch, 
if, do, while, for, and function declarations (void main(), void die(), 
etc) should not have semicolons.  string words; int blah; alert("Woo", 
"I like myself very much,"); sound.play(); anything the directly gives 
your script an action to perform or a variable to change should have a 
semicolon.  Again.  Read the manual.  It explains it better than I ever 
could.

Tj



---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to
[email protected].
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[email protected].
If you have any questions or concerns regarding the management of the list,
please send E-mail to [email protected].


---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to [email protected].
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[email protected].
If you have any questions or concerns regarding the management of the list,
please send E-mail to [email protected].

Reply via email to