Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Statements
STATEMENT: // /*...*/
//
comment text
/*
multiple line comment text
*/
Comments are notes by the author explaining what the script does, and are ignored by the interpreter. A comment consisting of a single line is preceded by a double slash (//):
Code:
// This is a single-line comment.
...and a multiple line comment is preceded by a /* and followed by a */:
Code:
/* This is a multiple line comment. It can contain whatever letters and characters you like and span as many lines as you like. */
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information