Pre-processing - @_win16 (Pre-processor)

A pre-processor constant indicating whether the script is running in a 16 bit Windows environment.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IE@_win16

This directive should yield the value true when tested on any older 16 bit Windows system.

If you intend to hide this directive inside some comments, it must be done like this:

/*@_win16 @*/

See also:Pre-processing, Pre-processing - /*@ ... @*/