RosettaCodeData/Task/Comments/Visual-Basic/comments.vb
2023-07-01 13:44:08 -04:00

7 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