VBScript » Statements » Rem

Syntax:
Rem

The Rem statement allow you to insert comments into your code.

Examples

Code:
<% Rem This is one of two ways to comment in VBScript %>
<% ' This is the second way %>
Language(s): VBScript

See Also: