RosettaCodeData/Task/Comments/Visual-Basic/comments.vb
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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