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

5 lines
179 B
VB.net
Raw Permalink Normal View History

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