Comment Statements (JScript 5.6)

Causes comments to be ignored by the JScript parser.

Single-line Comment:
// comment 
Multiline Comment:
/*
comment
*/ The comment argument is the text of any comment you want to include in your script. 
//@CondStatement 
/*@
condStatement
@*/ 

Expand imageRemarks

Expand imageExample

Expand imageRequirements