RosettaCodeData/Task/Comments/Visual-Basic-.NET/comments.visual
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
179 B
Text

' This is a comment
REM This is also a comment
Dim comment as string ' You can also append comments to statements
Dim comment2 as string REM You can append comments to statements