Hi Lora, That's a good point. Actually, the BGT script language is close enough to C++ that someone learning it will get a fairly good introduction to C-Style languages in the process. They won't learn everything about C++ specifically, but should they ever want to try C++ in the future they will have some fundimentals in place. For that reason sticking with C++ rules such as terminating statements with semi-colons is a good thing.
On 3/24/10, Loravara <[email protected]> wrote: > Oh, I say leave the semicolons in. From my perspective, C++ is a new > language, and the semicolon is just a syntactical requirement. > > After all, I have to put periods at the ends of my COBOL statements. > (Actually, they're no longer required, but I'm working with people who've > been programming in COBOL for 25 years, so from their perspective, the > period is required.) Seriously, though, I think that retaining the > syntactical rules is probably a good idea. > --- 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].
