8 lines
232 B
VB.net
8 lines
232 B
VB.net
|
|
'comment
|
||
|
|
Rem comment
|
||
|
|
#If 0
|
||
|
|
Technically not a comment; the compiler may or may not ignore this, but the
|
||
|
|
IDE won't. Note the somewhat odd formatting seen here; the IDE will likely
|
||
|
|
just mark the entire line(s) as errors.
|
||
|
|
#End If
|