3 lines
219 B
Text
3 lines
219 B
Text
// Comments are denoted by a preceding double slash or or single quote
|
|
' and continue to the end of the line. There are no multi-line comment blocks
|
|
Dim foo As Integer // Comments can also occupy the ends of code lines
|