Thread: Delphi
View Single Post
Old 08-18-2004, 06:37 AM   #13 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
keep in mind that php and javascript are also c style stynax.

**

vb is a perfect example of something NOT c style. in vb your lines end with nothing ( or a new line )

c style syntax, lines ends with a semi colon

**

vb uses: if something then

c style uses: if(something){ }

**
that is all i really mean. vb is a very 'wordy' language, and i don't know other languages with similar syntax ( well maybe basic ) .. on the other hand, there are LOTS of languages that follow the style of coding that c uses .. php, perl, java, javascript, actionscript, c++, & c# ( there's more i can't think of )

make more sense?
__________________
Mike
sde is offline   Reply With Quote