Pre-processing - @_PowerPC (Pre-processor)

A pre-processor constant indicating whether the system contains a Motorola PowerPC CPU.

Availability:

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

This directive should yield the value true when tested on any newer Power PC equipped Macintosh system and NaN when tested on an older 68K machine.

In MSIE version 5, it yields the value NaN regardless of the CPU, which is what you would expect on a non-Power PC system.

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

/*@_PowerPC @*/

Warnings:

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