Microsoft® JScript @cc_on Statement |
Language Reference Version 3 |
Activates conditional compilation support.
@cc_on
The @cc_on statement activates conditional compilation in the scripting engine.Alternatively, an @if or @set statement outside of a comment also activates conditional compilation.It is strongly recommended that you use the @cc_on statement appear in a comment, so that browsers that do not support conditional compilation will accept your script as valid syntax:
//@cc_on ... (remainder of script)