Visual Basic - Wikipedia, the free encyclopedia
The following Visual Basic traits differ from C-derived languages: Statements tend to terminate with keywords, such as "End If", instead of using "{}"s to group statements. Multiple variable assignment is not possible. A = B = C does not imply that the va...