RosettaCodeData/Task/Comments/Visual-Basic/comments.vb

8 lines
232 B
VB.net
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
'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