Comments: Difference between revisions

360 bytes added ,  16 years ago
no edit summary
(Undo revision 15649 by 222.240.212.17 (Talk) What the spam?)
No edit summary
Line 569:
<!-- Comment syntax is borrowed from XML and HTML. -->
</nowiki></pre>
 
=={{header|Visual Basic .NET}}==
Visual Basic .NET uses the "'" symbol or "REM" to mark it's comments. After placing a "'", or "REM", everything in that line will be ignored.
 
' 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
Anonymous user