4 lines
216 B
Text
4 lines
216 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
|