1. Home
  2. Computing & Technology
  3. Visual Basic

Chapter 5 - VB.NET Language and Syntax - Part 1

By Dan Mabbutt, About.com

4 of 6

What the BNF Means

Although it's tough going, you canactually get something from this. First, be aware that the basic operator of BNF is the equivalence operator "::=" which means roughly "is identically the same as" and the vertical line character "|" is approximately the same as "or". So, you know from the above that there are just 11 valid types of VB.NET statements. Some, such as SyncLockStatement, are completely new to VB.NET and their use is an advanced topic. But LocalDeclarationStatement is just the DIM statement covered on the next page.

But, in case you want a language and syntax reference that is genuinely authoritative and detailed, Microsoft provides one at their site: Visual Basic .NET Language Specification.

Explore Visual Basic
By Category
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. VB.NET Language and Syntax

©2009 About.com, a part of The New York Times Company.

All rights reserved.