VBScript » Statements » '

Version: 1.0

Syntax:
'

The ' statement allows you to insert comments into your code.

Examples

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

See Also: