STATEMENT:  Rem

Rem
 
The Rem statement allow you to insert comments into your code.
 
Code:
<% Rem This is one of two ways to comment in VBScript %>
<% ' This is the second way %>