|
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
|